7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/crt/cbor/Cbor.h>
10#include <aws/interconnect/Interconnect_EXPORTS.h>
11#include <aws/interconnect/model/Provider.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace Interconnect {
36 template <
typename Bandw
idthT = Aws::String>
38 m_bandwidthHasBeenSet =
true;
39 m_bandwidth = std::forward<BandwidthT>(value);
41 template <
typename Bandw
idthT = Aws::String>
54 template <
typename EnvironmentIdT = Aws::String>
56 m_environmentIdHasBeenSet =
true;
57 m_environmentId = std::forward<EnvironmentIdT>(value);
59 template <
typename EnvironmentIdT = Aws::String>
71 template <
typename Prov
iderT = Prov
ider>
73 m_providerHasBeenSet =
true;
74 m_provider = std::forward<ProviderT>(value);
76 template <
typename Prov
iderT = Prov
ider>
89 template <
typename LocationT = Aws::String>
91 m_locationHasBeenSet =
true;
92 m_location = std::forward<LocationT>(value);
94 template <
typename LocationT = Aws::String>
104 template <
typename RequestIdT = Aws::String>
106 m_requestIdHasBeenSet =
true;
107 m_requestId = std::forward<RequestIdT>(value);
109 template <
typename RequestIdT = Aws::String>
128 bool m_bandwidthHasBeenSet =
false;
129 bool m_environmentIdHasBeenSet =
false;
130 bool m_providerHasBeenSet =
false;
131 bool m_locationHasBeenSet =
false;
132 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
DescribeConnectionProposalResult & WithBandwidth(BandwidthT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetEnvironmentId(EnvironmentIdT &&value)
AWS_INTERCONNECT_API DescribeConnectionProposalResult(const Aws::AmazonWebServiceResult< Aws::Utils::Cbor::CborValue > &result)
const Aws::String & GetLocation() const
void SetLocation(LocationT &&value)
void SetBandwidth(BandwidthT &&value)
DescribeConnectionProposalResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetBandwidth() const
AWS_INTERCONNECT_API DescribeConnectionProposalResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Cbor::CborValue > &result)
DescribeConnectionProposalResult & WithLocation(LocationT &&value)
DescribeConnectionProposalResult & WithEnvironmentId(EnvironmentIdT &&value)
const Provider & GetProvider() const
const Aws::String & GetRequestId() const
AWS_INTERCONNECT_API DescribeConnectionProposalResult()=default
const Aws::String & GetEnvironmentId() const
void SetProvider(ProviderT &&value)
DescribeConnectionProposalResult & WithProvider(ProviderT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String