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>
51 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
61 template<
typename IpamIdT = Aws::String>
62 void SetIpamId(IpamIdT&& value) { m_ipamIdHasBeenSet =
true; m_ipamId = std::forward<IpamIdT>(value); }
63 template<
typename IpamIdT = Aws::String>
73 template<
typename DescriptionT = Aws::String>
74 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
75 template<
typename DescriptionT = Aws::String>
89 template<
typename TagSpecificationsT = Aws::Vector<TagSpecification>>
90 void SetTagSpecifications(TagSpecificationsT&& value) { m_tagSpecificationsHasBeenSet =
true; m_tagSpecifications = std::forward<TagSpecificationsT>(value); }
91 template<
typename TagSpecificationsT = Aws::Vector<TagSpecification>>
93 template<
typename TagSpecificationsT = TagSpecification>
106 template<
typename ClientTokenT = Aws::String>
107 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
108 template<
typename ClientTokenT = Aws::String>
113 bool m_dryRun{
false};
114 bool m_dryRunHasBeenSet =
false;
117 bool m_ipamIdHasBeenSet =
false;
120 bool m_descriptionHasBeenSet =
false;
123 bool m_tagSpecificationsHasBeenSet =
false;
126 bool m_clientTokenHasBeenSet =
true;
AWS_EC2_API Aws::String SerializePayload() const override
CreateIpamScopeRequest & WithDryRun(bool value)
const Aws::String & GetDescription() const
CreateIpamScopeRequest & WithClientToken(ClientTokenT &&value)
void SetDryRun(bool value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool TagSpecificationsHasBeenSet() const
CreateIpamScopeRequest & AddTagSpecifications(TagSpecificationsT &&value)
void SetClientToken(ClientTokenT &&value)
bool DescriptionHasBeenSet() const
void SetIpamId(IpamIdT &&value)
bool IpamIdHasBeenSet() const
CreateIpamScopeRequest & WithDescription(DescriptionT &&value)
bool ClientTokenHasBeenSet() const
const Aws::String & GetClientToken() const
void SetDescription(DescriptionT &&value)
AWS_EC2_API CreateIpamScopeRequest()=default
const Aws::String & GetIpamId() const
void SetTagSpecifications(TagSpecificationsT &&value)
const Aws::Vector< TagSpecification > & GetTagSpecifications() const
CreateIpamScopeRequest & WithIpamId(IpamIdT &&value)
CreateIpamScopeRequest & WithTagSpecifications(TagSpecificationsT &&value)
virtual const char * GetServiceRequestName() const override
bool DryRunHasBeenSet() 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