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 {
33 AWS_INTERCONNECT_API
void CborEncode(Aws::Crt::Cbor::CborEncoder& encoder)
const;
42 template <
typename IdentifierT = Aws::String>
44 m_identifierHasBeenSet =
true;
45 m_identifier = std::forward<IdentifierT>(value);
47 template <
typename IdentifierT = Aws::String>
55 bool m_identifierHasBeenSet =
false;
AWS_INTERCONNECT_API RemoteAccountIdentifier()=default
AWS_INTERCONNECT_API RemoteAccountIdentifier & operator=(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
void SetIdentifier(IdentifierT &&value)
RemoteAccountIdentifier & WithIdentifier(IdentifierT &&value)
bool IdentifierHasBeenSet() const
AWS_INTERCONNECT_API void CborEncode(Aws::Crt::Cbor::CborEncoder &encoder) const
AWS_INTERCONNECT_API RemoteAccountIdentifier(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
const Aws::String & GetIdentifier() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String