7#include <aws/accessanalyzer/AccessAnalyzer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/accessanalyzer/model/RdsDbClusterSnapshotAttributeValue.h>
23namespace AccessAnalyzer
57 template<
typename AttributesT = Aws::Map<Aws::String, RdsDbClusterSnapshotAttributeValue>>
58 void SetAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes = std::forward<AttributesT>(value); }
59 template<
typename AttributesT = Aws::Map<Aws::String, RdsDbClusterSnapshotAttributeValue>>
61 template<
typename AttributesKeyT = Aws::String,
typename AttributesValueT = RdsDbClusterSnapshotAttributeValue>
63 m_attributesHasBeenSet =
true; m_attributes.emplace(std::forward<AttributesKeyT>(key), std::forward<AttributesValueT>(value));
return *
this;
81 template<
typename KmsKeyIdT = Aws::String>
82 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
83 template<
typename KmsKeyIdT = Aws::String>
89 bool m_attributesHasBeenSet =
false;
92 bool m_kmsKeyIdHasBeenSet =
false;
const Aws::String & GetKmsKeyId() const
AWS_ACCESSANALYZER_API RdsDbClusterSnapshotConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
RdsDbClusterSnapshotConfiguration & WithAttributes(AttributesT &&value)
AWS_ACCESSANALYZER_API RdsDbClusterSnapshotConfiguration()=default
void SetKmsKeyId(KmsKeyIdT &&value)
AWS_ACCESSANALYZER_API RdsDbClusterSnapshotConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool AttributesHasBeenSet() const
bool KmsKeyIdHasBeenSet() const
AWS_ACCESSANALYZER_API Aws::Utils::Json::JsonValue Jsonize() const
RdsDbClusterSnapshotConfiguration & AddAttributes(AttributesKeyT &&key, AttributesValueT &&value)
void SetAttributes(AttributesT &&value)
const Aws::Map< Aws::String, RdsDbClusterSnapshotAttributeValue > & GetAttributes() const
RdsDbClusterSnapshotConfiguration & WithKmsKeyId(KmsKeyIdT &&value)
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