7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/crt/cbor/Cbor.h>
9#include <aws/gamelift/GameLift_EXPORTS.h>
41 AWS_GAMELIFT_API
void CborEncode(Aws::Crt::Cbor::CborEncoder& encoder)
const;
49 template <
typename NameT = Aws::String>
51 m_nameHasBeenSet =
true;
52 m_name = std::forward<NameT>(value);
54 template <
typename NameT = Aws::String>
56 SetName(std::forward<NameT>(value));
67 template <
typename ValueT = Aws::String>
69 m_valueHasBeenSet =
true;
70 m_value = std::forward<ValueT>(value);
72 template <
typename ValueT = Aws::String>
74 SetValue(std::forward<ValueT>(value));
82 bool m_nameHasBeenSet =
false;
83 bool m_valueHasBeenSet =
false;
void SetName(NameT &&value)
const Aws::String & GetValue() const
AWS_GAMELIFT_API ContainerEnvironment()=default
AWS_GAMELIFT_API ContainerEnvironment(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
AWS_GAMELIFT_API ContainerEnvironment & operator=(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
AWS_GAMELIFT_API void CborEncode(Aws::Crt::Cbor::CborEncoder &encoder) const
void SetValue(ValueT &&value)
bool NameHasBeenSet() const
const Aws::String & GetName() const
bool ValueHasBeenSet() const
ContainerEnvironment & WithName(NameT &&value)
ContainerEnvironment & WithValue(ValueT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String