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
61 template<
typename AccountIdsT = Aws::Vector<Aws::String>>
62 void SetAccountIds(AccountIdsT&& value) { m_accountIdsHasBeenSet =
true; m_accountIds = std::forward<AccountIdsT>(value); }
63 template<
typename AccountIdsT = Aws::Vector<Aws::String>>
65 template<
typename AccountIdsT = Aws::String>
71 bool m_accountIdsHasBeenSet =
false;
AWS_ACCESSANALYZER_API RdsDbClusterSnapshotAttributeValue(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetAccountIds() const
RdsDbClusterSnapshotAttributeValue & AddAccountIds(AccountIdsT &&value)
RdsDbClusterSnapshotAttributeValue & WithAccountIds(AccountIdsT &&value)
AWS_ACCESSANALYZER_API RdsDbClusterSnapshotAttributeValue()=default
AWS_ACCESSANALYZER_API RdsDbClusterSnapshotAttributeValue & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_ACCESSANALYZER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAccountIds(AccountIdsT &&value)
bool AccountIdsHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue