7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/securityagent/SecurityAgentRequest.h>
10#include <aws/securityagent/SecurityAgent_EXPORTS.h>
11#include <aws/securityagent/model/SecurityRequirementPackStatus.h>
16namespace SecurityAgent {
39 template <
typename NameT = Aws::String>
41 m_nameHasBeenSet =
true;
42 m_name = std::forward<NameT>(value);
44 template <
typename NameT = Aws::String>
46 SetName(std::forward<NameT>(value));
57 template <
typename DescriptionT = Aws::String>
59 m_descriptionHasBeenSet =
true;
60 m_description = std::forward<DescriptionT>(value);
62 template <
typename DescriptionT = Aws::String>
76 m_statusHasBeenSet =
true;
91 template <
typename KmsKeyIdT = Aws::String>
93 m_kmsKeyIdHasBeenSet =
true;
94 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
96 template <
typename KmsKeyIdT = Aws::String>
109 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
111 m_tagsHasBeenSet =
true;
112 m_tags = std::forward<TagsT>(value);
114 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
116 SetTags(std::forward<TagsT>(value));
119 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
121 m_tagsHasBeenSet =
true;
122 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
136 bool m_nameHasBeenSet =
false;
137 bool m_descriptionHasBeenSet =
false;
138 bool m_statusHasBeenSet =
false;
139 bool m_kmsKeyIdHasBeenSet =
false;
140 bool m_tagsHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
const Aws::Map< Aws::String, Aws::String > & GetTags() const
CreateSecurityRequirementPackRequest & WithDescription(DescriptionT &&value)
void SetTags(TagsT &&value)
AWS_SECURITYAGENT_API Aws::String SerializePayload() const override
const Aws::String & GetName() const
CreateSecurityRequirementPackRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::String & GetKmsKeyId() const
void SetName(NameT &&value)
bool KmsKeyIdHasBeenSet() const
void SetStatus(SecurityRequirementPackStatus value)
CreateSecurityRequirementPackRequest & WithStatus(SecurityRequirementPackStatus value)
CreateSecurityRequirementPackRequest & WithKmsKeyId(KmsKeyIdT &&value)
CreateSecurityRequirementPackRequest & WithTags(TagsT &&value)
bool StatusHasBeenSet() const
void SetKmsKeyId(KmsKeyIdT &&value)
bool NameHasBeenSet() const
SecurityRequirementPackStatus GetStatus() const
const Aws::String & GetDescription() const
bool DescriptionHasBeenSet() const
AWS_SECURITYAGENT_API CreateSecurityRequirementPackRequest()=default
CreateSecurityRequirementPackRequest & WithName(NameT &&value)
bool TagsHasBeenSet() const
void SetDescription(DescriptionT &&value)
SecurityRequirementPackStatus
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String