7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityagent/SecurityAgent_EXPORTS.h>
19namespace SecurityAgent {
41 template <
typename InlinePemT = Aws::String>
43 m_inlinePemHasBeenSet =
true;
44 m_inlinePem = std::forward<InlinePemT>(value);
46 template <
typename InlinePemT = Aws::String>
59 template <
typename ArtifactIdT = Aws::String>
61 m_artifactIdHasBeenSet =
true;
62 m_artifactId = std::forward<ArtifactIdT>(value);
64 template <
typename ArtifactIdT = Aws::String>
77 template <
typename S3LocationT = Aws::String>
79 m_s3LocationHasBeenSet =
true;
80 m_s3Location = std::forward<S3LocationT>(value);
82 template <
typename S3LocationT = Aws::String>
94 bool m_inlinePemHasBeenSet =
false;
95 bool m_artifactIdHasBeenSet =
false;
96 bool m_s3LocationHasBeenSet =
false;
CaCertificateSource & WithInlinePem(InlinePemT &&value)
bool InlinePemHasBeenSet() const
bool S3LocationHasBeenSet() const
void SetS3Location(S3LocationT &&value)
void SetArtifactId(ArtifactIdT &&value)
AWS_SECURITYAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetArtifactId() const
CaCertificateSource & WithArtifactId(ArtifactIdT &&value)
AWS_SECURITYAGENT_API CaCertificateSource()=default
const Aws::String & GetInlinePem() const
void SetInlinePem(InlinePemT &&value)
const Aws::String & GetS3Location() const
bool ArtifactIdHasBeenSet() const
AWS_SECURITYAGENT_API CaCertificateSource(Aws::Utils::Json::JsonView jsonValue)
CaCertificateSource & WithS3Location(S3LocationT &&value)
AWS_SECURITYAGENT_API CaCertificateSource & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue