7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/model/ServiceConfiguration.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ec2/model/ResponseMetadata.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename ServiceConfigurationT = ServiceConfiguration>
43 void SetServiceConfiguration(ServiceConfigurationT&& value) { m_serviceConfigurationHasBeenSet =
true; m_serviceConfiguration = std::forward<ServiceConfigurationT>(value); }
44 template<
typename ServiceConfigurationT = ServiceConfiguration>
54 template<
typename ClientTokenT = Aws::String>
55 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
56 template<
typename ClientTokenT = Aws::String>
63 template<
typename ResponseMetadataT = ResponseMetadata>
64 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
65 template<
typename ResponseMetadataT = ResponseMetadata>
71 bool m_serviceConfigurationHasBeenSet =
false;
74 bool m_clientTokenHasBeenSet =
false;
77 bool m_responseMetadataHasBeenSet =
false;
const ResponseMetadata & GetResponseMetadata() const
AWS_EC2_API CreateVpcEndpointServiceConfigurationResponse(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_EC2_API CreateVpcEndpointServiceConfigurationResponse()=default
const ServiceConfiguration & GetServiceConfiguration() const
void SetClientToken(ClientTokenT &&value)
void SetServiceConfiguration(ServiceConfigurationT &&value)
void SetResponseMetadata(ResponseMetadataT &&value)
CreateVpcEndpointServiceConfigurationResponse & WithServiceConfiguration(ServiceConfigurationT &&value)
AWS_EC2_API CreateVpcEndpointServiceConfigurationResponse & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const Aws::String & GetClientToken() const
CreateVpcEndpointServiceConfigurationResponse & WithClientToken(ClientTokenT &&value)
CreateVpcEndpointServiceConfigurationResponse & WithResponseMetadata(ResponseMetadataT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument