7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/crt/cbor/Cbor.h>
9#include <aws/gamelift/GameLift_EXPORTS.h>
33 AWS_GAMELIFT_API
void CborEncode(Aws::Crt::Cbor::CborEncoder& encoder)
const;
45 template <
typename CostT = Aws::String>
47 m_costHasBeenSet =
true;
48 m_cost = std::forward<CostT>(value);
50 template <
typename CostT = Aws::String>
52 SetCost(std::forward<CostT>(value));
58 bool m_costHasBeenSet =
false;
AnywhereConfiguration & WithCost(CostT &&value)
AWS_GAMELIFT_API void CborEncode(Aws::Crt::Cbor::CborEncoder &encoder) const
AWS_GAMELIFT_API AnywhereConfiguration & operator=(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
AWS_GAMELIFT_API AnywhereConfiguration()=default
AWS_GAMELIFT_API AnywhereConfiguration(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
const Aws::String & GetCost() const
void SetCost(CostT &&value)
bool CostHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String