7#include <aws/emr-containers/EMRContainers_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/emr-containers/model/SecurityConfigurationData.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
24namespace EMRContainers
53 template<
typename IdT = Aws::String>
54 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
55 template<
typename IdT = Aws::String>
65 template<
typename NameT = Aws::String>
66 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
67 template<
typename NameT = Aws::String>
77 template<
typename ArnT = Aws::String>
78 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
79 template<
typename ArnT = Aws::String>
89 template<
typename CreatedAtT = Aws::Utils::DateTime>
90 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
91 template<
typename CreatedAtT = Aws::Utils::DateTime>
101 template<
typename CreatedByT = Aws::String>
102 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
103 template<
typename CreatedByT = Aws::String>
113 template<
typename SecurityConfigurationDataT = SecurityConfigurationData>
114 void SetSecurityConfigurationData(SecurityConfigurationDataT&& value) { m_securityConfigurationDataHasBeenSet =
true; m_securityConfigurationData = std::forward<SecurityConfigurationDataT>(value); }
115 template<
typename SecurityConfigurationDataT = SecurityConfigurationData>
125 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
126 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
127 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
129 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
131 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
137 bool m_idHasBeenSet =
false;
140 bool m_nameHasBeenSet =
false;
143 bool m_arnHasBeenSet =
false;
146 bool m_createdAtHasBeenSet =
false;
149 bool m_createdByHasBeenSet =
false;
151 SecurityConfigurationData m_securityConfigurationData;
152 bool m_securityConfigurationDataHasBeenSet =
false;
155 bool m_tagsHasBeenSet =
false;
void SetArn(ArnT &&value)
bool NameHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetCreatedBy() const
SecurityConfiguration & WithArn(ArnT &&value)
SecurityConfiguration & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetArn() const
SecurityConfiguration & WithTags(TagsT &&value)
SecurityConfiguration & WithCreatedBy(CreatedByT &&value)
bool TagsHasBeenSet() const
bool CreatedAtHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
SecurityConfiguration & WithName(NameT &&value)
void SetName(NameT &&value)
AWS_EMRCONTAINERS_API SecurityConfiguration(Aws::Utils::Json::JsonView jsonValue)
SecurityConfiguration & WithSecurityConfigurationData(SecurityConfigurationDataT &&value)
AWS_EMRCONTAINERS_API Aws::Utils::Json::JsonValue Jsonize() const
SecurityConfiguration & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetTags(TagsT &&value)
bool SecurityConfigurationDataHasBeenSet() const
bool ArnHasBeenSet() const
SecurityConfiguration & WithId(IdT &&value)
AWS_EMRCONTAINERS_API SecurityConfiguration()=default
bool IdHasBeenSet() const
void SetSecurityConfigurationData(SecurityConfigurationDataT &&value)
const SecurityConfigurationData & GetSecurityConfigurationData() const
void SetCreatedBy(CreatedByT &&value)
AWS_EMRCONTAINERS_API SecurityConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetId() const
void SetCreatedAt(CreatedAtT &&value)
bool CreatedByHasBeenSet() const
const Aws::String & GetName() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue