7#include <aws/core/utils/Array.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/securityagent/SecurityAgent_EXPORTS.h>
10#include <aws/securityagent/model/SecurityRequirementArtifactFormat.h>
21namespace SecurityAgent {
43 template <
typename NameT = Aws::String>
45 m_nameHasBeenSet =
true;
46 m_name = std::forward<NameT>(value);
48 template <
typename NameT = Aws::String>
50 SetName(std::forward<NameT>(value));
62 m_formatHasBeenSet =
true;
77 template <
typename ContentT = Aws::Utils::CryptoBuffer>
79 m_contentHasBeenSet =
true;
80 m_content = std::forward<ContentT>(value);
82 template <
typename ContentT = Aws::Utils::CryptoBuffer>
94 bool m_nameHasBeenSet =
false;
95 bool m_formatHasBeenSet =
false;
96 bool m_contentHasBeenSet =
false;
AWS_SECURITYAGENT_API SecurityRequirementArtifact & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ContentHasBeenSet() const
const Aws::Utils::CryptoBuffer & GetContent() const
bool NameHasBeenSet() const
SecurityRequirementArtifact & WithContent(ContentT &&value)
AWS_SECURITYAGENT_API SecurityRequirementArtifact(Aws::Utils::Json::JsonView jsonValue)
bool FormatHasBeenSet() const
SecurityRequirementArtifactFormat GetFormat() const
void SetContent(ContentT &&value)
AWS_SECURITYAGENT_API SecurityRequirementArtifact()=default
SecurityRequirementArtifact & WithName(NameT &&value)
SecurityRequirementArtifact & WithFormat(SecurityRequirementArtifactFormat value)
const Aws::String & GetName() const
void SetName(NameT &&value)
void SetFormat(SecurityRequirementArtifactFormat value)
AWS_SECURITYAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
SecurityRequirementArtifactFormat
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue