7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/ec2/model/TagSpecification.h>
13#include <aws/core/utils/UUID.h>
48 template<
typename DescriptionT = Aws::String>
49 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
50 template<
typename DescriptionT = Aws::String>
60 template<
typename TagSpecificationsT = Aws::Vector<TagSpecification>>
61 void SetTagSpecifications(TagSpecificationsT&& value) { m_tagSpecificationsHasBeenSet =
true; m_tagSpecifications = std::forward<TagSpecificationsT>(value); }
62 template<
typename TagSpecificationsT = Aws::Vector<TagSpecification>>
64 template<
typename TagSpecificationsT = TagSpecification>
77 template<
typename ClientTokenT = Aws::String>
78 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
79 template<
typename ClientTokenT = Aws::String>
92 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
103 inline void SetFIPSEnabled(
bool value) { m_fIPSEnabledHasBeenSet =
true; m_fIPSEnabled = value; }
113 template<
typename C
idrEndpo
intsCustomSubDomainT = Aws::String>
114 void SetCidrEndpointsCustomSubDomain(CidrEndpointsCustomSubDomainT&& value) { m_cidrEndpointsCustomSubDomainHasBeenSet =
true; m_cidrEndpointsCustomSubDomain = std::forward<CidrEndpointsCustomSubDomainT>(value); }
115 template<
typename C
idrEndpo
intsCustomSubDomainT = Aws::String>
121 bool m_descriptionHasBeenSet =
false;
124 bool m_tagSpecificationsHasBeenSet =
false;
127 bool m_clientTokenHasBeenSet =
true;
129 bool m_dryRun{
false};
130 bool m_dryRunHasBeenSet =
false;
132 bool m_fIPSEnabled{
false};
133 bool m_fIPSEnabledHasBeenSet =
false;
136 bool m_cidrEndpointsCustomSubDomainHasBeenSet =
false;
void SetCidrEndpointsCustomSubDomain(CidrEndpointsCustomSubDomainT &&value)
CreateVerifiedAccessInstanceRequest & WithDescription(DescriptionT &&value)
AWS_EC2_API CreateVerifiedAccessInstanceRequest()=default
CreateVerifiedAccessInstanceRequest & WithCidrEndpointsCustomSubDomain(CidrEndpointsCustomSubDomainT &&value)
bool TagSpecificationsHasBeenSet() const
void SetDescription(DescriptionT &&value)
void SetDryRun(bool value)
CreateVerifiedAccessInstanceRequest & WithFIPSEnabled(bool value)
CreateVerifiedAccessInstanceRequest & WithTagSpecifications(TagSpecificationsT &&value)
bool FIPSEnabledHasBeenSet() const
const Aws::Vector< TagSpecification > & GetTagSpecifications() const
const Aws::String & GetCidrEndpointsCustomSubDomain() const
bool GetFIPSEnabled() const
CreateVerifiedAccessInstanceRequest & WithDryRun(bool value)
bool DescriptionHasBeenSet() const
const Aws::String & GetClientToken() const
CreateVerifiedAccessInstanceRequest & WithClientToken(ClientTokenT &&value)
bool CidrEndpointsCustomSubDomainHasBeenSet() const
void SetClientToken(ClientTokenT &&value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
virtual const char * GetServiceRequestName() const override
bool DryRunHasBeenSet() const
CreateVerifiedAccessInstanceRequest & AddTagSpecifications(TagSpecificationsT &&value)
void SetFIPSEnabled(bool value)
bool ClientTokenHasBeenSet() const
AWS_EC2_API Aws::String SerializePayload() const override
void SetTagSpecifications(TagSpecificationsT &&value)
const Aws::String & GetDescription() const
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector