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/RdsDbSnapshotAttributeValue.h>
23namespace AccessAnalyzer
56 template<
typename AttributesT = Aws::Map<Aws::String, RdsDbSnapshotAttributeValue>>
57 void SetAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes = std::forward<AttributesT>(value); }
58 template<
typename AttributesT = Aws::Map<Aws::String, RdsDbSnapshotAttributeValue>>
60 template<
typename AttributesKeyT = Aws::String,
typename AttributesValueT = RdsDbSnapshotAttributeValue>
62 m_attributesHasBeenSet =
true; m_attributes.emplace(std::forward<AttributesKeyT>(key), std::forward<AttributesValueT>(value));
return *
this;
79 template<
typename KmsKeyIdT = Aws::String>
80 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
81 template<
typename KmsKeyIdT = Aws::String>
87 bool m_attributesHasBeenSet =
false;
90 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