7#include <aws/accessanalyzer/AccessAnalyzer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace AccessAnalyzer
108 inline void SetKmsKeyId(
const char* value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId.assign(value); }
116 bool m_userIdsHasBeenSet =
false;
119 bool m_groupsHasBeenSet =
false;
122 bool m_kmsKeyIdHasBeenSet =
false;
EbsSnapshotConfiguration & AddUserIds(const Aws::String &value)
AWS_ACCESSANALYZER_API EbsSnapshotConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_ACCESSANALYZER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetKmsKeyId(Aws::String &&value)
EbsSnapshotConfiguration & AddGroups(const char *value)
bool KmsKeyIdHasBeenSet() const
EbsSnapshotConfiguration & AddUserIds(const char *value)
const Aws::String & GetKmsKeyId() const
EbsSnapshotConfiguration & WithGroups(const Aws::Vector< Aws::String > &value)
EbsSnapshotConfiguration & AddUserIds(Aws::String &&value)
const Aws::Vector< Aws::String > & GetGroups() const
bool UserIdsHasBeenSet() const
void SetUserIds(Aws::Vector< Aws::String > &&value)
void SetGroups(const Aws::Vector< Aws::String > &value)
void SetUserIds(const Aws::Vector< Aws::String > &value)
AWS_ACCESSANALYZER_API EbsSnapshotConfiguration(Aws::Utils::Json::JsonView jsonValue)
EbsSnapshotConfiguration & WithUserIds(const Aws::Vector< Aws::String > &value)
void SetKmsKeyId(const Aws::String &value)
EbsSnapshotConfiguration & WithUserIds(Aws::Vector< Aws::String > &&value)
EbsSnapshotConfiguration & AddGroups(const Aws::String &value)
void SetGroups(Aws::Vector< Aws::String > &&value)
EbsSnapshotConfiguration & WithKmsKeyId(const char *value)
EbsSnapshotConfiguration & AddGroups(Aws::String &&value)
EbsSnapshotConfiguration & WithKmsKeyId(const Aws::String &value)
EbsSnapshotConfiguration & WithKmsKeyId(Aws::String &&value)
bool GroupsHasBeenSet() const
AWS_ACCESSANALYZER_API EbsSnapshotConfiguration()
EbsSnapshotConfiguration & WithGroups(Aws::Vector< Aws::String > &&value)
void SetKmsKeyId(const char *value)
const Aws::Vector< Aws::String > & GetUserIds() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue