7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityagent/SecurityAgentRequest.h>
9#include <aws/securityagent/SecurityAgent_EXPORTS.h>
14namespace SecurityAgent {
37 template <
typename PackIdT = Aws::String>
39 m_packIdHasBeenSet =
true;
40 m_packId = std::forward<PackIdT>(value);
42 template <
typename PackIdT = Aws::String>
50 bool m_packIdHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_SECURITYAGENT_API GetSecurityRequirementPackRequest()=default
bool PackIdHasBeenSet() const
GetSecurityRequirementPackRequest & WithPackId(PackIdT &&value)
AWS_SECURITYAGENT_API Aws::String SerializePayload() const override
const Aws::String & GetPackId() const
void SetPackId(PackIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String