7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ec2/model/ResponseMetadata.h>
11#include <aws/ec2/model/TransitGatewayMulticastGroup.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template<
typename MulticastGroupsT = Aws::Vector<TransitGatewayMulticastGroup>>
44 void SetMulticastGroups(MulticastGroupsT&& value) { m_multicastGroupsHasBeenSet =
true; m_multicastGroups = std::forward<MulticastGroupsT>(value); }
45 template<
typename MulticastGroupsT = Aws::Vector<TransitGatewayMulticastGroup>>
47 template<
typename MulticastGroupsT = TransitGatewayMulticastGroup>
57 template<
typename NextTokenT = Aws::String>
58 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
59 template<
typename NextTokenT = Aws::String>
66 template<
typename ResponseMetadataT = ResponseMetadata>
67 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
68 template<
typename ResponseMetadataT = ResponseMetadata>
74 bool m_multicastGroupsHasBeenSet =
false;
77 bool m_nextTokenHasBeenSet =
false;
80 bool m_responseMetadataHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
SearchTransitGatewayMulticastGroupsResponse & WithMulticastGroups(MulticastGroupsT &&value)
const ResponseMetadata & GetResponseMetadata() const
const Aws::String & GetNextToken() const
SearchTransitGatewayMulticastGroupsResponse & WithResponseMetadata(ResponseMetadataT &&value)
AWS_EC2_API SearchTransitGatewayMulticastGroupsResponse(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_EC2_API SearchTransitGatewayMulticastGroupsResponse()=default
SearchTransitGatewayMulticastGroupsResponse & WithNextToken(NextTokenT &&value)
const Aws::Vector< TransitGatewayMulticastGroup > & GetMulticastGroups() const
AWS_EC2_API SearchTransitGatewayMulticastGroupsResponse & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
SearchTransitGatewayMulticastGroupsResponse & AddMulticastGroups(MulticastGroupsT &&value)
void SetMulticastGroups(MulticastGroupsT &&value)
void SetResponseMetadata(ResponseMetadataT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument