7#include <aws/codestar-connections/CodeStarconnections_EXPORTS.h>
8#include <aws/codestar-connections/CodeStarconnectionsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/codestar-connections/model/VpcConfiguration.h>
15namespace CodeStarconnections
44 template<
typename HostArnT = Aws::String>
45 void SetHostArn(HostArnT&& value) { m_hostArnHasBeenSet =
true; m_hostArn = std::forward<HostArnT>(value); }
46 template<
typename HostArnT = Aws::String>
56 template<
typename Prov
iderEndpo
intT = Aws::String>
57 void SetProviderEndpoint(ProviderEndpointT&& value) { m_providerEndpointHasBeenSet =
true; m_providerEndpoint = std::forward<ProviderEndpointT>(value); }
58 template<
typename Prov
iderEndpo
intT = Aws::String>
70 template<
typename VpcConfigurationT = VpcConfiguration>
71 void SetVpcConfiguration(VpcConfigurationT&& value) { m_vpcConfigurationHasBeenSet =
true; m_vpcConfiguration = std::forward<VpcConfigurationT>(value); }
72 template<
typename VpcConfigurationT = VpcConfiguration>
78 bool m_hostArnHasBeenSet =
false;
81 bool m_providerEndpointHasBeenSet =
false;
84 bool m_vpcConfigurationHasBeenSet =
false;
UpdateHostRequest & WithProviderEndpoint(ProviderEndpointT &&value)
const Aws::String & GetHostArn() const
void SetProviderEndpoint(ProviderEndpointT &&value)
const Aws::String & GetProviderEndpoint() const
bool HostArnHasBeenSet() const
const VpcConfiguration & GetVpcConfiguration() const
AWS_CODESTARCONNECTIONS_API UpdateHostRequest()=default
UpdateHostRequest & WithVpcConfiguration(VpcConfigurationT &&value)
void SetVpcConfiguration(VpcConfigurationT &&value)
bool ProviderEndpointHasBeenSet() const
AWS_CODESTARCONNECTIONS_API Aws::String SerializePayload() const override
AWS_CODESTARCONNECTIONS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
UpdateHostRequest & WithHostArn(HostArnT &&value)
void SetHostArn(HostArnT &&value)
bool VpcConfigurationHasBeenSet() const
virtual const char * GetServiceRequestName() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String