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
59 template<
typename IdT = Aws::String>
60 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
61 template<
typename IdT = Aws::String>
71 template<
typename InfoT = ContainerInfo>
72 void SetInfo(InfoT&& value) { m_infoHasBeenSet =
true; m_info = std::forward<InfoT>(value); }
73 template<
typename InfoT = ContainerInfo>
79 bool m_typeHasBeenSet =
false;
82 bool m_idHasBeenSet =
false;
85 bool m_infoHasBeenSet =
false;
bool InfoHasBeenSet() const
ContainerProvider & WithId(IdT &&value)
AWS_EMRCONTAINERS_API ContainerProvider(Aws::Utils::Json::JsonView jsonValue)
const ContainerInfo & GetInfo() const
AWS_EMRCONTAINERS_API ContainerProvider()=default
ContainerProvider & WithType(ContainerProviderType value)
ContainerProviderType GetType() const
ContainerProvider & WithInfo(InfoT &&value)
bool TypeHasBeenSet() const
const Aws::String & GetId() const
AWS_EMRCONTAINERS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetType(ContainerProviderType value)
void SetInfo(InfoT &&value)
AWS_EMRCONTAINERS_API ContainerProvider & operator=(Aws::Utils::Json::JsonView jsonValue)
bool IdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue