7#include <aws/codeconnections/CodeConnections_EXPORTS.h>
8#include <aws/codeconnections/model/ProviderType.h>
9#include <aws/codeconnections/model/VpcConfiguration.h>
10#include <aws/core/http/HttpResponse.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace CodeConnections {
37 template <
typename NameT = Aws::String>
39 m_nameHasBeenSet =
true;
40 m_name = std::forward<NameT>(value);
42 template <
typename NameT = Aws::String>
44 SetName(std::forward<NameT>(value));
54 template <
typename StatusT = Aws::String>
56 m_statusHasBeenSet =
true;
57 m_status = std::forward<StatusT>(value);
59 template <
typename StatusT = Aws::String>
73 m_providerTypeHasBeenSet =
true;
74 m_providerType = value;
87 template <
typename Prov
iderEndpo
intT = Aws::String>
89 m_providerEndpointHasBeenSet =
true;
90 m_providerEndpoint = std::forward<ProviderEndpointT>(value);
92 template <
typename Prov
iderEndpo
intT = Aws::String>
104 template <
typename VpcConfigurationT = VpcConfiguration>
106 m_vpcConfigurationHasBeenSet =
true;
107 m_vpcConfiguration = std::forward<VpcConfigurationT>(value);
109 template <
typename VpcConfigurationT = VpcConfiguration>
119 template <
typename RequestIdT = Aws::String>
121 m_requestIdHasBeenSet =
true;
122 m_requestId = std::forward<RequestIdT>(value);
124 template <
typename RequestIdT = Aws::String>
141 VpcConfiguration m_vpcConfiguration;
145 bool m_nameHasBeenSet =
false;
146 bool m_statusHasBeenSet =
false;
147 bool m_providerTypeHasBeenSet =
false;
148 bool m_providerEndpointHasBeenSet =
false;
149 bool m_vpcConfigurationHasBeenSet =
false;
150 bool m_requestIdHasBeenSet =
false;
const VpcConfiguration & GetVpcConfiguration() const
void SetRequestId(RequestIdT &&value)
GetHostResult & WithProviderType(ProviderType value)
AWS_CODECONNECTIONS_API GetHostResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetHostResult & WithStatus(StatusT &&value)
void SetVpcConfiguration(VpcConfigurationT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetHostResult & WithProviderEndpoint(ProviderEndpointT &&value)
void SetStatus(StatusT &&value)
void SetProviderEndpoint(ProviderEndpointT &&value)
const Aws::String & GetStatus() const
GetHostResult & WithName(NameT &&value)
AWS_CODECONNECTIONS_API GetHostResult()=default
ProviderType GetProviderType() const
const Aws::String & GetProviderEndpoint() const
GetHostResult & WithVpcConfiguration(VpcConfigurationT &&value)
GetHostResult & WithRequestId(RequestIdT &&value)
void SetName(NameT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetName() const
AWS_CODECONNECTIONS_API GetHostResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetProviderType(ProviderType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue