7#include <aws/emr-containers/EMRContainers_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace EMRContainers
34 AWS_EMRCONTAINERS_API
EksInfo() =
default;
46 template<
typename NamespaceT = Aws::String>
47 void SetNamespace(NamespaceT&& value) { m_namespaceHasBeenSet =
true; m_namespace = std::forward<NamespaceT>(value); }
48 template<
typename NamespaceT = Aws::String>
54 bool m_namespaceHasBeenSet =
false;
void SetNamespace(NamespaceT &&value)
EksInfo & WithNamespace(NamespaceT &&value)
AWS_EMRCONTAINERS_API EksInfo(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetNamespace() const
bool NamespaceHasBeenSet() const
AWS_EMRCONTAINERS_API EksInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_EMRCONTAINERS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_EMRCONTAINERS_API EksInfo()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue