7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityagent/SecurityAgentRequest.h>
9#include <aws/securityagent/SecurityAgent_EXPORTS.h>
10#include <aws/securityagent/model/SecurityRequirementPackStatus.h>
15namespace SecurityAgent {
38 template <
typename PackIdT = Aws::String>
40 m_packIdHasBeenSet =
true;
41 m_packId = std::forward<PackIdT>(value);
43 template <
typename PackIdT = Aws::String>
56 template <
typename NameT = Aws::String>
58 m_nameHasBeenSet =
true;
59 m_name = std::forward<NameT>(value);
61 template <
typename NameT = Aws::String>
63 SetName(std::forward<NameT>(value));
74 template <
typename DescriptionT = Aws::String>
76 m_descriptionHasBeenSet =
true;
77 m_description = std::forward<DescriptionT>(value);
79 template <
typename DescriptionT = Aws::String>
93 m_statusHasBeenSet =
true;
109 bool m_packIdHasBeenSet =
false;
110 bool m_nameHasBeenSet =
false;
111 bool m_descriptionHasBeenSet =
false;
112 bool m_statusHasBeenSet =
false;
const Aws::String & GetDescription() const
AWS_SECURITYAGENT_API UpdateSecurityRequirementPackRequest()=default
UpdateSecurityRequirementPackRequest & WithName(NameT &&value)
void SetStatus(SecurityRequirementPackStatus value)
void SetName(NameT &&value)
UpdateSecurityRequirementPackRequest & WithStatus(SecurityRequirementPackStatus value)
UpdateSecurityRequirementPackRequest & WithPackId(PackIdT &&value)
void SetDescription(DescriptionT &&value)
UpdateSecurityRequirementPackRequest & WithDescription(DescriptionT &&value)
const Aws::String & GetPackId() const
bool PackIdHasBeenSet() const
const Aws::String & GetName() const
bool StatusHasBeenSet() const
bool NameHasBeenSet() const
bool DescriptionHasBeenSet() const
AWS_SECURITYAGENT_API Aws::String SerializePayload() const override
SecurityRequirementPackStatus GetStatus() const
virtual const char * GetServiceRequestName() const override
void SetPackId(PackIdT &&value)
SecurityRequirementPackStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String