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"; }
63 inline void SetTransitGatewayAttachmentId(
const char* value) { m_transitGatewayAttachmentIdHasBeenSet =
true; m_transitGatewayAttachmentId.assign(value); }
94 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
100 bool m_transitGatewayMulticastDomainIdHasBeenSet =
false;
103 bool m_transitGatewayAttachmentIdHasBeenSet =
false;
106 bool m_subnetIdsHasBeenSet =
false;
109 bool m_dryRunHasBeenSet =
false;
AWS_EC2_API AssociateTransitGatewayMulticastDomainRequest()
AssociateTransitGatewayMulticastDomainRequest & WithTransitGatewayMulticastDomainId(const Aws::String &value)
AssociateTransitGatewayMulticastDomainRequest & AddSubnetIds(const char *value)
AssociateTransitGatewayMulticastDomainRequest & WithSubnetIds(Aws::Vector< Aws::String > &&value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetTransitGatewayMulticastDomainId(Aws::String &&value)
AWS_EC2_API Aws::String SerializePayload() const override
void SetSubnetIds(const Aws::Vector< Aws::String > &value)
AssociateTransitGatewayMulticastDomainRequest & WithSubnetIds(const Aws::Vector< Aws::String > &value)
bool TransitGatewayAttachmentIdHasBeenSet() const
bool SubnetIdsHasBeenSet() const
AssociateTransitGatewayMulticastDomainRequest & WithTransitGatewayMulticastDomainId(const char *value)
AssociateTransitGatewayMulticastDomainRequest & WithTransitGatewayAttachmentId(const Aws::String &value)
AssociateTransitGatewayMulticastDomainRequest & WithTransitGatewayMulticastDomainId(Aws::String &&value)
AssociateTransitGatewayMulticastDomainRequest & WithTransitGatewayAttachmentId(const char *value)
bool DryRunHasBeenSet() const
void SetTransitGatewayMulticastDomainId(const char *value)
virtual const char * GetServiceRequestName() const override
void SetTransitGatewayAttachmentId(const char *value)
const Aws::String & GetTransitGatewayAttachmentId() const
void SetTransitGatewayMulticastDomainId(const Aws::String &value)
AssociateTransitGatewayMulticastDomainRequest & WithTransitGatewayAttachmentId(Aws::String &&value)
void SetTransitGatewayAttachmentId(const Aws::String &value)
AssociateTransitGatewayMulticastDomainRequest & AddSubnetIds(const Aws::String &value)
void SetSubnetIds(Aws::Vector< Aws::String > &&value)
AssociateTransitGatewayMulticastDomainRequest & AddSubnetIds(Aws::String &&value)
const Aws::Vector< Aws::String > & GetSubnetIds() const
void SetDryRun(bool value)
AssociateTransitGatewayMulticastDomainRequest & WithDryRun(bool value)
void SetTransitGatewayAttachmentId(Aws::String &&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