7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/gamelift/GameLift_EXPORTS.h>
43 template <
typename ContainerNameT = Aws::String>
45 m_containerNameHasBeenSet =
true;
46 m_containerName = std::forward<ContainerNameT>(value);
48 template <
typename ContainerNameT = Aws::String>
62 template <
typename ContainerRuntimeIdT = Aws::String>
64 m_containerRuntimeIdHasBeenSet =
true;
65 m_containerRuntimeId = std::forward<ContainerRuntimeIdT>(value);
67 template <
typename ContainerRuntimeIdT = Aws::String>
77 bool m_containerNameHasBeenSet =
false;
78 bool m_containerRuntimeIdHasBeenSet =
false;
void SetContainerName(ContainerNameT &&value)
ContainerAttribute & WithContainerRuntimeId(ContainerRuntimeIdT &&value)
bool ContainerNameHasBeenSet() const
void SetContainerRuntimeId(ContainerRuntimeIdT &&value)
AWS_GAMELIFT_API ContainerAttribute()=default
AWS_GAMELIFT_API ContainerAttribute & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GAMELIFT_API ContainerAttribute(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetContainerName() const
AWS_GAMELIFT_API Aws::Utils::Json::JsonValue Jsonize() const
bool ContainerRuntimeIdHasBeenSet() const
const Aws::String & GetContainerRuntimeId() const
ContainerAttribute & WithContainerName(ContainerNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue