7#include <aws/accessanalyzer/AccessAnalyzer_EXPORTS.h>
8#include <aws/accessanalyzer/model/RdsDbClusterSnapshotAttributeValue.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
21namespace AccessAnalyzer {
51 template <
typename AttributesT = Aws::Map<Aws::String, RdsDbClusterSnapshotAttributeValue>>
53 m_attributesHasBeenSet =
true;
54 m_attributes = std::forward<AttributesT>(value);
56 template <
typename AttributesT = Aws::Map<Aws::String, RdsDbClusterSnapshotAttributeValue>>
61 template <
typename AttributesKeyT = Aws::String,
typename AttributesValueT = RdsDbClusterSnapshotAttributeValue>
63 m_attributesHasBeenSet =
true;
64 m_attributes.emplace(std::forward<AttributesKeyT>(key), std::forward<AttributesValueT>(value));
83 template <
typename KmsKeyIdT = Aws::String>
85 m_kmsKeyIdHasBeenSet =
true;
86 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
88 template <
typename KmsKeyIdT = Aws::String>
98 bool m_attributesHasBeenSet =
false;
99 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