7#include <aws/codestar-connections/CodeStarconnections_EXPORTS.h>
8#include <aws/codestar-connections/model/ProviderType.h>
9#include <aws/codestar-connections/model/VpcConfiguration.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace CodeStarconnections {
36 template <
typename NameT = Aws::String>
38 m_nameHasBeenSet =
true;
39 m_name = std::forward<NameT>(value);
41 template <
typename NameT = Aws::String>
43 SetName(std::forward<NameT>(value));
53 template <
typename StatusT = Aws::String>
55 m_statusHasBeenSet =
true;
56 m_status = std::forward<StatusT>(value);
58 template <
typename StatusT = Aws::String>
72 m_providerTypeHasBeenSet =
true;
73 m_providerType = value;
86 template <
typename Prov
iderEndpo
intT = Aws::String>
88 m_providerEndpointHasBeenSet =
true;
89 m_providerEndpoint = std::forward<ProviderEndpointT>(value);
91 template <
typename Prov
iderEndpo
intT = Aws::String>
103 template <
typename VpcConfigurationT = VpcConfiguration>
105 m_vpcConfigurationHasBeenSet =
true;
106 m_vpcConfiguration = std::forward<VpcConfigurationT>(value);
108 template <
typename VpcConfigurationT = VpcConfiguration>
118 template <
typename RequestIdT = Aws::String>
120 m_requestIdHasBeenSet =
true;
121 m_requestId = std::forward<RequestIdT>(value);
123 template <
typename RequestIdT = Aws::String>
138 VpcConfiguration m_vpcConfiguration;
141 bool m_nameHasBeenSet =
false;
142 bool m_statusHasBeenSet =
false;
143 bool m_providerTypeHasBeenSet =
false;
144 bool m_providerEndpointHasBeenSet =
false;
145 bool m_vpcConfigurationHasBeenSet =
false;
146 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetStatus() const
GetHostResult & WithRequestId(RequestIdT &&value)
void SetName(NameT &&value)
void SetProviderEndpoint(ProviderEndpointT &&value)
void SetProviderType(ProviderType value)
AWS_CODESTARCONNECTIONS_API GetHostResult()=default
const Aws::String & GetRequestId() const
AWS_CODESTARCONNECTIONS_API GetHostResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetHostResult & WithProviderEndpoint(ProviderEndpointT &&value)
GetHostResult & WithName(NameT &&value)
void SetStatus(StatusT &&value)
const Aws::String & GetProviderEndpoint() const
const Aws::String & GetName() const
AWS_CODESTARCONNECTIONS_API GetHostResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetHostResult & WithStatus(StatusT &&value)
ProviderType GetProviderType() const
const VpcConfiguration & GetVpcConfiguration() const
GetHostResult & WithProviderType(ProviderType value)
void SetVpcConfiguration(VpcConfigurationT &&value)
void SetRequestId(RequestIdT &&value)
GetHostResult & WithVpcConfiguration(VpcConfigurationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue