7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/crt/cbor/Cbor.h>
9#include <aws/gamelift/GameLift_EXPORTS.h>
38 AWS_GAMELIFT_API
void CborEncode(Aws::Crt::Cbor::CborEncoder& encoder)
const;
46 template <
typename ContainerNameT = Aws::String>
48 m_containerNameHasBeenSet =
true;
49 m_containerName = std::forward<ContainerNameT>(value);
51 template <
typename ContainerNameT = Aws::String>
66 template <
typename ContainerRuntimeIdT = Aws::String>
68 m_containerRuntimeIdHasBeenSet =
true;
69 m_containerRuntimeId = std::forward<ContainerRuntimeIdT>(value);
71 template <
typename ContainerRuntimeIdT = Aws::String>
81 bool m_containerNameHasBeenSet =
false;
82 bool m_containerRuntimeIdHasBeenSet =
false;
const Aws::String & GetContainerName() const
bool ContainerNameHasBeenSet() const
ContainerIdentifier & WithContainerRuntimeId(ContainerRuntimeIdT &&value)
ContainerIdentifier & WithContainerName(ContainerNameT &&value)
AWS_GAMELIFT_API void CborEncode(Aws::Crt::Cbor::CborEncoder &encoder) const
AWS_GAMELIFT_API ContainerIdentifier()=default
void SetContainerName(ContainerNameT &&value)
void SetContainerRuntimeId(ContainerRuntimeIdT &&value)
bool ContainerRuntimeIdHasBeenSet() const
const Aws::String & GetContainerRuntimeId() const
AWS_GAMELIFT_API ContainerIdentifier(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
AWS_GAMELIFT_API ContainerIdentifier & operator=(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String