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