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
85 inline void SetKmsKeyId(
const char* value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId.assign(value); }
93 bool m_attributesHasBeenSet =
false;
96 bool m_kmsKeyIdHasBeenSet =
false;
const Aws::String & GetKmsKeyId() const
void SetKmsKeyId(const Aws::String &value)
RdsDbClusterSnapshotConfiguration & AddAttributes(const Aws::String &key, RdsDbClusterSnapshotAttributeValue &&value)
AWS_ACCESSANALYZER_API RdsDbClusterSnapshotConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetKmsKeyId(Aws::String &&value)
RdsDbClusterSnapshotConfiguration & AddAttributes(Aws::String &&key, RdsDbClusterSnapshotAttributeValue &&value)
RdsDbClusterSnapshotConfiguration & WithAttributes(Aws::Map< Aws::String, RdsDbClusterSnapshotAttributeValue > &&value)
void SetAttributes(const Aws::Map< Aws::String, RdsDbClusterSnapshotAttributeValue > &value)
AWS_ACCESSANALYZER_API RdsDbClusterSnapshotConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool AttributesHasBeenSet() const
bool KmsKeyIdHasBeenSet() const
void SetAttributes(Aws::Map< Aws::String, RdsDbClusterSnapshotAttributeValue > &&value)
RdsDbClusterSnapshotConfiguration & AddAttributes(Aws::String &&key, const RdsDbClusterSnapshotAttributeValue &value)
RdsDbClusterSnapshotConfiguration & WithAttributes(const Aws::Map< Aws::String, RdsDbClusterSnapshotAttributeValue > &value)
AWS_ACCESSANALYZER_API RdsDbClusterSnapshotConfiguration()
RdsDbClusterSnapshotConfiguration & WithKmsKeyId(Aws::String &&value)
RdsDbClusterSnapshotConfiguration & AddAttributes(const char *key, RdsDbClusterSnapshotAttributeValue &&value)
RdsDbClusterSnapshotConfiguration & WithKmsKeyId(const char *value)
AWS_ACCESSANALYZER_API Aws::Utils::Json::JsonValue Jsonize() const
RdsDbClusterSnapshotConfiguration & AddAttributes(const Aws::String &key, const RdsDbClusterSnapshotAttributeValue &value)
void SetKmsKeyId(const char *value)
RdsDbClusterSnapshotConfiguration & WithKmsKeyId(const Aws::String &value)
const Aws::Map< Aws::String, RdsDbClusterSnapshotAttributeValue > & GetAttributes() const
RdsDbClusterSnapshotConfiguration & AddAttributes(const char *key, const RdsDbClusterSnapshotAttributeValue &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