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>
31 inline virtual const char*
GetServiceRequestName()
const override {
return "AssociateTransitGatewayMulticastDomain"; }
46 template<
typename TransitGatewayMulticastDomainIdT = Aws::String>
47 void SetTransitGatewayMulticastDomainId(TransitGatewayMulticastDomainIdT&& value) { m_transitGatewayMulticastDomainIdHasBeenSet =
true; m_transitGatewayMulticastDomainId = std::forward<TransitGatewayMulticastDomainIdT>(value); }
48 template<
typename TransitGatewayMulticastDomainIdT = Aws::String>
59 template<
typename TransitGatewayAttachmentIdT = Aws::String>
60 void SetTransitGatewayAttachmentId(TransitGatewayAttachmentIdT&& value) { m_transitGatewayAttachmentIdHasBeenSet =
true; m_transitGatewayAttachmentId = std::forward<TransitGatewayAttachmentIdT>(value); }
61 template<
typename TransitGatewayAttachmentIdT = Aws::String>
72 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
73 void SetSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds = std::forward<SubnetIdsT>(value); }
74 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
76 template<
typename SubnetIdsT = Aws::String>
89 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
95 bool m_transitGatewayMulticastDomainIdHasBeenSet =
false;
98 bool m_transitGatewayAttachmentIdHasBeenSet =
false;
101 bool m_subnetIdsHasBeenSet =
false;
103 bool m_dryRun{
false};
104 bool m_dryRunHasBeenSet =
false;
void SetTransitGatewayAttachmentId(TransitGatewayAttachmentIdT &&value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
AWS_EC2_API Aws::String SerializePayload() const override
void SetSubnetIds(SubnetIdsT &&value)
AssociateTransitGatewayMulticastDomainRequest & WithSubnetIds(SubnetIdsT &&value)
bool TransitGatewayAttachmentIdHasBeenSet() const
bool SubnetIdsHasBeenSet() const
bool DryRunHasBeenSet() const
AssociateTransitGatewayMulticastDomainRequest & WithTransitGatewayAttachmentId(TransitGatewayAttachmentIdT &&value)
AWS_EC2_API AssociateTransitGatewayMulticastDomainRequest()=default
virtual const char * GetServiceRequestName() const override
const Aws::String & GetTransitGatewayAttachmentId() const
AssociateTransitGatewayMulticastDomainRequest & AddSubnetIds(SubnetIdsT &&value)
AssociateTransitGatewayMulticastDomainRequest & WithTransitGatewayMulticastDomainId(TransitGatewayMulticastDomainIdT &&value)
const Aws::Vector< Aws::String > & GetSubnetIds() const
void SetDryRun(bool value)
AssociateTransitGatewayMulticastDomainRequest & WithDryRun(bool value)
void SetTransitGatewayMulticastDomainId(TransitGatewayMulticastDomainIdT &&value)
bool TransitGatewayMulticastDomainIdHasBeenSet() const
const Aws::String & GetTransitGatewayMulticastDomainId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector