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
60 template<
typename UserIdsT = Aws::Vector<Aws::String>>
61 void SetUserIds(UserIdsT&& value) { m_userIdsHasBeenSet =
true; m_userIds = std::forward<UserIdsT>(value); }
62 template<
typename UserIdsT = Aws::Vector<Aws::String>>
64 template<
typename UserIdsT = Aws::String>
83 template<
typename GroupsT = Aws::Vector<Aws::String>>
84 void SetGroups(GroupsT&& value) { m_groupsHasBeenSet =
true; m_groups = std::forward<GroupsT>(value); }
85 template<
typename GroupsT = Aws::Vector<Aws::String>>
87 template<
typename GroupsT = Aws::String>
104 template<
typename KmsKeyIdT = Aws::String>
105 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
106 template<
typename KmsKeyIdT = Aws::String>
112 bool m_userIdsHasBeenSet =
false;
115 bool m_groupsHasBeenSet =
false;
118 bool m_kmsKeyIdHasBeenSet =
false;
AWS_ACCESSANALYZER_API EbsSnapshotConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_ACCESSANALYZER_API Aws::Utils::Json::JsonValue Jsonize() const
bool KmsKeyIdHasBeenSet() const
const Aws::String & GetKmsKeyId() const
EbsSnapshotConfiguration & AddGroups(GroupsT &&value)
void SetKmsKeyId(KmsKeyIdT &&value)
const Aws::Vector< Aws::String > & GetGroups() const
EbsSnapshotConfiguration & AddUserIds(UserIdsT &&value)
void SetGroups(GroupsT &&value)
bool UserIdsHasBeenSet() const
AWS_ACCESSANALYZER_API EbsSnapshotConfiguration()=default
AWS_ACCESSANALYZER_API EbsSnapshotConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetUserIds(UserIdsT &&value)
EbsSnapshotConfiguration & WithUserIds(UserIdsT &&value)
bool GroupsHasBeenSet() const
EbsSnapshotConfiguration & WithKmsKeyId(KmsKeyIdT &&value)
EbsSnapshotConfiguration & WithGroups(GroupsT &&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