118 lines
5.3 KiB
C
118 lines
5.3 KiB
C
|
|
/**
|
|||
|
|
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|||
|
|
* SPDX-License-Identifier: Apache-2.0.
|
|||
|
|
*/
|
|||
|
|
|
|||
|
|
#pragma once
|
|||
|
|
#include <aws/acm/ACM_EXPORTS.h>
|
|||
|
|
#include <aws/acm/ACMRequest.h>
|
|||
|
|
#include <aws/core/utils/memory/stl/AWSString.h>
|
|||
|
|
#include <utility>
|
|||
|
|
|
|||
|
|
namespace Aws
|
|||
|
|
{
|
|||
|
|
namespace ACM
|
|||
|
|
{
|
|||
|
|
namespace Model
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
*/
|
|||
|
|
class AWS_ACM_API GetCertificateRequest : public ACMRequest
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
GetCertificateRequest();
|
|||
|
|
|
|||
|
|
// Service request name is the Operation name which will send this request out,
|
|||
|
|
// each operation should has unique request name, so that we can get operation's name from this request.
|
|||
|
|
// Note: this is not true for response, multiple operations may have the same response name,
|
|||
|
|
// so we can not get operation's name from response.
|
|||
|
|
inline virtual const char* GetServiceRequestName() const override { return "GetCertificate"; }
|
|||
|
|
|
|||
|
|
Aws::String SerializePayload() const override;
|
|||
|
|
|
|||
|
|
Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override;
|
|||
|
|
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>String that contains a certificate ARN in the following format:</p> <p>
|
|||
|
|
* <code>arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012</code>
|
|||
|
|
* </p> <p>For more information about ARNs, see <a
|
|||
|
|
* href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon
|
|||
|
|
* Resource Names (ARNs) and AWS Service Namespaces</a>.</p>
|
|||
|
|
*/
|
|||
|
|
inline const Aws::String& GetCertificateArn() const{ return m_certificateArn; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>String that contains a certificate ARN in the following format:</p> <p>
|
|||
|
|
* <code>arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012</code>
|
|||
|
|
* </p> <p>For more information about ARNs, see <a
|
|||
|
|
* href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon
|
|||
|
|
* Resource Names (ARNs) and AWS Service Namespaces</a>.</p>
|
|||
|
|
*/
|
|||
|
|
inline bool CertificateArnHasBeenSet() const { return m_certificateArnHasBeenSet; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>String that contains a certificate ARN in the following format:</p> <p>
|
|||
|
|
* <code>arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012</code>
|
|||
|
|
* </p> <p>For more information about ARNs, see <a
|
|||
|
|
* href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon
|
|||
|
|
* Resource Names (ARNs) and AWS Service Namespaces</a>.</p>
|
|||
|
|
*/
|
|||
|
|
inline void SetCertificateArn(const Aws::String& value) { m_certificateArnHasBeenSet = true; m_certificateArn = value; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>String that contains a certificate ARN in the following format:</p> <p>
|
|||
|
|
* <code>arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012</code>
|
|||
|
|
* </p> <p>For more information about ARNs, see <a
|
|||
|
|
* href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon
|
|||
|
|
* Resource Names (ARNs) and AWS Service Namespaces</a>.</p>
|
|||
|
|
*/
|
|||
|
|
inline void SetCertificateArn(Aws::String&& value) { m_certificateArnHasBeenSet = true; m_certificateArn = std::move(value); }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>String that contains a certificate ARN in the following format:</p> <p>
|
|||
|
|
* <code>arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012</code>
|
|||
|
|
* </p> <p>For more information about ARNs, see <a
|
|||
|
|
* href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon
|
|||
|
|
* Resource Names (ARNs) and AWS Service Namespaces</a>.</p>
|
|||
|
|
*/
|
|||
|
|
inline void SetCertificateArn(const char* value) { m_certificateArnHasBeenSet = true; m_certificateArn.assign(value); }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>String that contains a certificate ARN in the following format:</p> <p>
|
|||
|
|
* <code>arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012</code>
|
|||
|
|
* </p> <p>For more information about ARNs, see <a
|
|||
|
|
* href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon
|
|||
|
|
* Resource Names (ARNs) and AWS Service Namespaces</a>.</p>
|
|||
|
|
*/
|
|||
|
|
inline GetCertificateRequest& WithCertificateArn(const Aws::String& value) { SetCertificateArn(value); return *this;}
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>String that contains a certificate ARN in the following format:</p> <p>
|
|||
|
|
* <code>arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012</code>
|
|||
|
|
* </p> <p>For more information about ARNs, see <a
|
|||
|
|
* href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon
|
|||
|
|
* Resource Names (ARNs) and AWS Service Namespaces</a>.</p>
|
|||
|
|
*/
|
|||
|
|
inline GetCertificateRequest& WithCertificateArn(Aws::String&& value) { SetCertificateArn(std::move(value)); return *this;}
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>String that contains a certificate ARN in the following format:</p> <p>
|
|||
|
|
* <code>arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012</code>
|
|||
|
|
* </p> <p>For more information about ARNs, see <a
|
|||
|
|
* href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon
|
|||
|
|
* Resource Names (ARNs) and AWS Service Namespaces</a>.</p>
|
|||
|
|
*/
|
|||
|
|
inline GetCertificateRequest& WithCertificateArn(const char* value) { SetCertificateArn(value); return *this;}
|
|||
|
|
|
|||
|
|
private:
|
|||
|
|
|
|||
|
|
Aws::String m_certificateArn;
|
|||
|
|
bool m_certificateArnHasBeenSet;
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
} // namespace Model
|
|||
|
|
} // namespace ACM
|
|||
|
|
} // namespace Aws
|