7#include <aws/accessanalyzer/AccessAnalyzer_EXPORTS.h>
8#include <aws/accessanalyzer/model/RdsDbSnapshotAttributeValue.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
21namespace AccessAnalyzer {
50 template <
typename AttributesT = Aws::Map<Aws::String, RdsDbSnapshotAttributeValue>>
52 m_attributesHasBeenSet =
true;
53 m_attributes = std::forward<AttributesT>(value);
55 template <
typename AttributesT = Aws::Map<Aws::String, RdsDbSnapshotAttributeValue>>
60 template <
typename AttributesKeyT = Aws::String,
typename AttributesValueT = RdsDbSnapshotAttributeValue>
62 m_attributesHasBeenSet =
true;
63 m_attributes.emplace(std::forward<AttributesKeyT>(key), std::forward<AttributesValueT>(value));
81 template <
typename KmsKeyIdT = Aws::String>
83 m_kmsKeyIdHasBeenSet =
true;
84 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
86 template <
typename KmsKeyIdT = Aws::String>
96 bool m_attributesHasBeenSet =
false;
97 bool m_kmsKeyIdHasBeenSet =
false;
AWS_ACCESSANALYZER_API RdsDbSnapshotConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_ACCESSANALYZER_API Aws::Utils::Json::JsonValue Jsonize() const
bool AttributesHasBeenSet() const
RdsDbSnapshotConfiguration & WithAttributes(AttributesT &&value)
AWS_ACCESSANALYZER_API RdsDbSnapshotConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Map< Aws::String, RdsDbSnapshotAttributeValue > & GetAttributes() const
const Aws::String & GetKmsKeyId() const
RdsDbSnapshotConfiguration & AddAttributes(AttributesKeyT &&key, AttributesValueT &&value)
void SetAttributes(AttributesT &&value)
RdsDbSnapshotConfiguration & WithKmsKeyId(KmsKeyIdT &&value)
bool KmsKeyIdHasBeenSet() const
AWS_ACCESSANALYZER_API RdsDbSnapshotConfiguration()=default
void SetKmsKeyId(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