7#include <aws/deadline/Deadline_EXPORTS.h>
8#include <aws/deadline/DeadlineRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
13#include <aws/core/utils/UUID.h>
47 template<
typename ClientTokenT = Aws::String>
48 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
49 template<
typename ClientTokenT = Aws::String>
59 template<
typename VpcIdT = Aws::String>
60 void SetVpcId(VpcIdT&& value) { m_vpcIdHasBeenSet =
true; m_vpcId = std::forward<VpcIdT>(value); }
61 template<
typename VpcIdT = Aws::String>
71 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
72 void SetSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds = std::forward<SubnetIdsT>(value); }
73 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
75 template<
typename SubnetIdsT = Aws::String>
85 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
86 void SetSecurityGroupIds(SecurityGroupIdsT&& value) { m_securityGroupIdsHasBeenSet =
true; m_securityGroupIds = std::forward<SecurityGroupIdsT>(value); }
87 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
89 template<
typename SecurityGroupIdsT = Aws::String>
100 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
101 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
102 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
104 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
106 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
112 bool m_clientTokenHasBeenSet =
true;
115 bool m_vpcIdHasBeenSet =
false;
118 bool m_subnetIdsHasBeenSet =
false;
121 bool m_securityGroupIdsHasBeenSet =
false;
124 bool m_tagsHasBeenSet =
false;
static Aws::Utils::UUID PseudoRandomUUID()
CreateLicenseEndpointRequest & WithVpcId(VpcIdT &&value)
const Aws::String & GetVpcId() const
void SetTags(TagsT &&value)
bool ClientTokenHasBeenSet() const
CreateLicenseEndpointRequest & AddSecurityGroupIds(SecurityGroupIdsT &&value)
CreateLicenseEndpointRequest & WithClientToken(ClientTokenT &&value)
virtual const char * GetServiceRequestName() const override
AWS_DEADLINE_API CreateLicenseEndpointRequest()=default
void SetVpcId(VpcIdT &&value)
const Aws::Vector< Aws::String > & GetSubnetIds() const
CreateLicenseEndpointRequest & WithTags(TagsT &&value)
bool SubnetIdsHasBeenSet() const
bool VpcIdHasBeenSet() const
void SetSecurityGroupIds(SecurityGroupIdsT &&value)
const Aws::String & GetClientToken() const
CreateLicenseEndpointRequest & AddSubnetIds(SubnetIdsT &&value)
bool SecurityGroupIdsHasBeenSet() const
const Aws::Vector< Aws::String > & GetSecurityGroupIds() const
bool TagsHasBeenSet() const
AWS_DEADLINE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_DEADLINE_API Aws::String SerializePayload() const override
CreateLicenseEndpointRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetSubnetIds(SubnetIdsT &&value)
void SetClientToken(ClientTokenT &&value)
CreateLicenseEndpointRequest & WithSecurityGroupIds(SecurityGroupIdsT &&value)
CreateLicenseEndpointRequest & WithSubnetIds(SubnetIdsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
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
std::vector< T, Aws::Allocator< T > > Vector