7#include <aws/codeconnections/CodeConnections_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/codeconnections/model/ProviderType.h>
10#include <aws/codeconnections/model/VpcConfiguration.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace CodeConnections
42 template<
typename NameT = Aws::String>
43 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
44 template<
typename NameT = Aws::String>
53 template<
typename StatusT = Aws::String>
54 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
55 template<
typename StatusT = Aws::String>
74 template<
typename Prov
iderEndpo
intT = Aws::String>
75 void SetProviderEndpoint(ProviderEndpointT&& value) { m_providerEndpointHasBeenSet =
true; m_providerEndpoint = std::forward<ProviderEndpointT>(value); }
76 template<
typename Prov
iderEndpo
intT = Aws::String>
85 template<
typename VpcConfigurationT = VpcConfiguration>
86 void SetVpcConfiguration(VpcConfigurationT&& value) { m_vpcConfigurationHasBeenSet =
true; m_vpcConfiguration = std::forward<VpcConfigurationT>(value); }
87 template<
typename VpcConfigurationT = VpcConfiguration>
94 template<
typename RequestIdT = Aws::String>
95 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
96 template<
typename RequestIdT = Aws::String>
102 bool m_nameHasBeenSet =
false;
105 bool m_statusHasBeenSet =
false;
108 bool m_providerTypeHasBeenSet =
false;
111 bool m_providerEndpointHasBeenSet =
false;
113 VpcConfiguration m_vpcConfiguration;
114 bool m_vpcConfigurationHasBeenSet =
false;
117 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)
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