7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/crt/cbor/Cbor.h>
9#include <aws/interconnect/Interconnect_EXPORTS.h>
19namespace Interconnect {
31 AWS_INTERCONNECT_API
Provider(
const std::shared_ptr<Aws::Crt::Cbor::CborDecoder>& decoder);
32 AWS_INTERCONNECT_API
Provider&
operator=(
const std::shared_ptr<Aws::Crt::Cbor::CborDecoder>& decoder);
33 AWS_INTERCONNECT_API
void CborEncode(Aws::Crt::Cbor::CborEncoder& encoder)
const;
42 template <
typename CloudServiceProv
iderT = Aws::String>
44 m_cloudServiceProviderHasBeenSet =
true;
45 m_cloudServiceProvider = std::forward<CloudServiceProviderT>(value);
47 template <
typename CloudServiceProv
iderT = Aws::String>
61 template <
typename LastMileProv
iderT = Aws::String>
63 m_lastMileProviderHasBeenSet =
true;
64 m_lastMileProvider = std::forward<LastMileProviderT>(value);
66 template <
typename LastMileProv
iderT = Aws::String>
76 bool m_cloudServiceProviderHasBeenSet =
false;
77 bool m_lastMileProviderHasBeenSet =
false;
void SetCloudServiceProvider(CloudServiceProviderT &&value)
Provider & WithLastMileProvider(LastMileProviderT &&value)
Provider & WithCloudServiceProvider(CloudServiceProviderT &&value)
AWS_INTERCONNECT_API Provider(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
AWS_INTERCONNECT_API Provider()=default
const Aws::String & GetLastMileProvider() const
bool LastMileProviderHasBeenSet() const
void SetLastMileProvider(LastMileProviderT &&value)
AWS_INTERCONNECT_API void CborEncode(Aws::Crt::Cbor::CborEncoder &encoder) const
AWS_INTERCONNECT_API Provider & operator=(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
const Aws::String & GetCloudServiceProvider() const
bool CloudServiceProviderHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String