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 "DisassociateTransitGatewayMulticastDomain"; }
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>
58 template<
typename TransitGatewayAttachmentIdT = Aws::String>
59 void SetTransitGatewayAttachmentId(TransitGatewayAttachmentIdT&& value) { m_transitGatewayAttachmentIdHasBeenSet =
true; m_transitGatewayAttachmentId = std::forward<TransitGatewayAttachmentIdT>(value); }
60 template<
typename TransitGatewayAttachmentIdT = Aws::String>
70 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
71 void SetSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds = std::forward<SubnetIdsT>(value); }
72 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
74 template<
typename SubnetIdsT = Aws::String>
87 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
93 bool m_transitGatewayMulticastDomainIdHasBeenSet =
false;
96 bool m_transitGatewayAttachmentIdHasBeenSet =
false;
99 bool m_subnetIdsHasBeenSet =
false;
101 bool m_dryRun{
false};
102 bool m_dryRunHasBeenSet =
false;
bool SubnetIdsHasBeenSet() const
const Aws::Vector< Aws::String > & GetSubnetIds() const
AWS_EC2_API DisassociateTransitGatewayMulticastDomainRequest()=default
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
DisassociateTransitGatewayMulticastDomainRequest & WithTransitGatewayMulticastDomainId(TransitGatewayMulticastDomainIdT &&value)
AWS_EC2_API Aws::String SerializePayload() const override
DisassociateTransitGatewayMulticastDomainRequest & AddSubnetIds(SubnetIdsT &&value)
bool TransitGatewayMulticastDomainIdHasBeenSet() const
DisassociateTransitGatewayMulticastDomainRequest & WithSubnetIds(SubnetIdsT &&value)
const Aws::String & GetTransitGatewayMulticastDomainId() const
void SetDryRun(bool value)
bool TransitGatewayAttachmentIdHasBeenSet() const
void SetTransitGatewayAttachmentId(TransitGatewayAttachmentIdT &&value)
void SetSubnetIds(SubnetIdsT &&value)
DisassociateTransitGatewayMulticastDomainRequest & WithTransitGatewayAttachmentId(TransitGatewayAttachmentIdT &&value)
virtual const char * GetServiceRequestName() const override
void SetTransitGatewayMulticastDomainId(TransitGatewayMulticastDomainIdT &&value)
const Aws::String & GetTransitGatewayAttachmentId() const
bool DryRunHasBeenSet() const
DisassociateTransitGatewayMulticastDomainRequest & WithDryRun(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector