7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/ec2/EC2Request.h>
11#include <aws/ec2/EC2_EXPORTS.h>
12#include <aws/ec2/model/TagSpecification.h>
48 m_dryRunHasBeenSet =
true;
63 template <
typename TagSpecificationsT = Aws::Vector<TagSpecification>>
65 m_tagSpecificationsHasBeenSet =
true;
66 m_tagSpecifications = std::forward<TagSpecificationsT>(value);
68 template <
typename TagSpecificationsT = Aws::Vector<TagSpecification>>
73 template <
typename TagSpecificationsT = TagSpecification>
75 m_tagSpecificationsHasBeenSet =
true;
76 m_tagSpecifications.emplace_back(std::forward<TagSpecificationsT>(value));
88 template <
typename ClientTokenT = Aws::String>
90 m_clientTokenHasBeenSet =
true;
91 m_clientToken = std::forward<ClientTokenT>(value);
93 template <
typename ClientTokenT = Aws::String>
106 template <
typename IpamIdT = Aws::String>
108 m_ipamIdHasBeenSet =
true;
109 m_ipamId = std::forward<IpamIdT>(value);
111 template <
typename IpamIdT = Aws::String>
118 bool m_dryRun{
false};
125 bool m_dryRunHasBeenSet =
false;
126 bool m_tagSpecificationsHasBeenSet =
false;
127 bool m_clientTokenHasBeenSet =
true;
128 bool m_ipamIdHasBeenSet =
false;
bool DryRunHasBeenSet() const
CreateIpamPolicyRequest & AddTagSpecifications(TagSpecificationsT &&value)
AWS_EC2_API Aws::String SerializePayload() const override
bool TagSpecificationsHasBeenSet() const
CreateIpamPolicyRequest & WithDryRun(bool value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
CreateIpamPolicyRequest & WithIpamId(IpamIdT &&value)
void SetTagSpecifications(TagSpecificationsT &&value)
CreateIpamPolicyRequest & WithClientToken(ClientTokenT &&value)
CreateIpamPolicyRequest & WithTagSpecifications(TagSpecificationsT &&value)
void SetDryRun(bool value)
bool IpamIdHasBeenSet() const
AWS_EC2_API CreateIpamPolicyRequest()=default
bool ClientTokenHasBeenSet() const
const Aws::String & GetIpamId() const
void SetClientToken(ClientTokenT &&value)
const Aws::Vector< TagSpecification > & GetTagSpecifications() const
const Aws::String & GetClientToken() const
void SetIpamId(IpamIdT &&value)
virtual const char * GetServiceRequestName() const override
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector