7#include <aws/emr-containers/EMRContainers_EXPORTS.h>
8#include <aws/emr-containers/model/ContainerProviderType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/emr-containers/model/ContainerInfo.h>
23namespace EMRContainers
62 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
63 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
83 bool m_typeHasBeenSet =
false;
86 bool m_idHasBeenSet =
false;
89 bool m_infoHasBeenSet =
false;
void SetInfo(ContainerInfo &&value)
bool InfoHasBeenSet() const
AWS_EMRCONTAINERS_API ContainerProvider(Aws::Utils::Json::JsonView jsonValue)
const ContainerInfo & GetInfo() const
ContainerProvider & WithId(Aws::String &&value)
ContainerProvider & WithId(const char *value)
ContainerProvider & WithId(const Aws::String &value)
ContainerProvider & WithInfo(const ContainerInfo &value)
void SetType(const ContainerProviderType &value)
void SetId(Aws::String &&value)
const ContainerProviderType & GetType() const
void SetType(ContainerProviderType &&value)
ContainerProvider & WithInfo(ContainerInfo &&value)
bool TypeHasBeenSet() const
void SetId(const Aws::String &value)
const Aws::String & GetId() const
AWS_EMRCONTAINERS_API ContainerProvider()
AWS_EMRCONTAINERS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetId(const char *value)
ContainerProvider & WithType(const ContainerProviderType &value)
void SetInfo(const ContainerInfo &value)
AWS_EMRCONTAINERS_API ContainerProvider & operator=(Aws::Utils::Json::JsonView jsonValue)
ContainerProvider & WithType(ContainerProviderType &&value)
bool IdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue