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 IpamIdT = Aws::String>
65 m_ipamIdHasBeenSet =
true;
66 m_ipamId = std::forward<IpamIdT>(value);
68 template <
typename IpamIdT = Aws::String>
81 template <
typename IpamResourceDiscoveryIdT = Aws::String>
83 m_ipamResourceDiscoveryIdHasBeenSet =
true;
84 m_ipamResourceDiscoveryId = std::forward<IpamResourceDiscoveryIdT>(value);
86 template <
typename IpamResourceDiscoveryIdT = Aws::String>
99 template <
typename TagSpecificationsT = Aws::Vector<TagSpecification>>
101 m_tagSpecificationsHasBeenSet =
true;
102 m_tagSpecifications = std::forward<TagSpecificationsT>(value);
104 template <
typename TagSpecificationsT = Aws::Vector<TagSpecification>>
109 template <
typename TagSpecificationsT = TagSpecification>
111 m_tagSpecificationsHasBeenSet =
true;
112 m_tagSpecifications.emplace_back(std::forward<TagSpecificationsT>(value));
123 template <
typename ClientTokenT = Aws::String>
125 m_clientTokenHasBeenSet =
true;
126 m_clientToken = std::forward<ClientTokenT>(value);
128 template <
typename ClientTokenT = Aws::String>
135 bool m_dryRun{
false};
144 bool m_dryRunHasBeenSet =
false;
145 bool m_ipamIdHasBeenSet =
false;
146 bool m_ipamResourceDiscoveryIdHasBeenSet =
false;
147 bool m_tagSpecificationsHasBeenSet =
false;
148 bool m_clientTokenHasBeenSet =
true;
bool DryRunHasBeenSet() const
const Aws::String & GetIpamId() const
const Aws::String & GetIpamResourceDiscoveryId() const
void SetIpamResourceDiscoveryId(IpamResourceDiscoveryIdT &&value)
void SetIpamId(IpamIdT &&value)
virtual const char * GetServiceRequestName() const override
bool ClientTokenHasBeenSet() const
AssociateIpamResourceDiscoveryRequest & WithDryRun(bool value)
void SetClientToken(ClientTokenT &&value)
AssociateIpamResourceDiscoveryRequest & AddTagSpecifications(TagSpecificationsT &&value)
AssociateIpamResourceDiscoveryRequest & WithIpamResourceDiscoveryId(IpamResourceDiscoveryIdT &&value)
AWS_EC2_API Aws::String SerializePayload() const override
void SetDryRun(bool value)
AssociateIpamResourceDiscoveryRequest & WithIpamId(IpamIdT &&value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool IpamResourceDiscoveryIdHasBeenSet() const
AssociateIpamResourceDiscoveryRequest & WithClientToken(ClientTokenT &&value)
const Aws::Vector< TagSpecification > & GetTagSpecifications() const
bool TagSpecificationsHasBeenSet() const
AssociateIpamResourceDiscoveryRequest & WithTagSpecifications(TagSpecificationsT &&value)
bool IpamIdHasBeenSet() const
const Aws::String & GetClientToken() const
AWS_EC2_API AssociateIpamResourceDiscoveryRequest()=default
void SetTagSpecifications(TagSpecificationsT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector