7#include <aws/codestar-connections/CodeStarconnectionsRequest.h>
8#include <aws/codestar-connections/CodeStarconnections_EXPORTS.h>
9#include <aws/codestar-connections/model/VpcConfiguration.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace CodeStarconnections {
40 template <
typename HostArnT = Aws::String>
42 m_hostArnHasBeenSet =
true;
43 m_hostArn = std::forward<HostArnT>(value);
45 template <
typename HostArnT = Aws::String>
58 template <
typename Prov
iderEndpo
intT = Aws::String>
60 m_providerEndpointHasBeenSet =
true;
61 m_providerEndpoint = std::forward<ProviderEndpointT>(value);
63 template <
typename Prov
iderEndpo
intT = Aws::String>
78 template <
typename VpcConfigurationT = VpcConfiguration>
80 m_vpcConfigurationHasBeenSet =
true;
81 m_vpcConfiguration = std::forward<VpcConfigurationT>(value);
83 template <
typename VpcConfigurationT = VpcConfiguration>
95 bool m_hostArnHasBeenSet =
false;
96 bool m_providerEndpointHasBeenSet =
false;
97 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