52 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
421 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
476 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
494 bool m_dryRunHasBeenSet;
496 bool m_snapshotIdsHasBeenSet;
498 bool m_ownerIdsHasBeenSet;
500 bool m_restorableByUserIdsHasBeenSet;
502 bool m_filtersHasBeenSet;
504 bool m_nextTokenHasBeenSet;
506 bool m_maxResultsHasBeenSet;
void SetNextToken(const char *value)
DescribeSnapshotsRequest & WithSnapshotIds(const Aws::Vector< Aws::String > &value)
DescribeSnapshotsRequest & AddFilters(Filter &&value)
DescribeSnapshotsRequest & AddRestorableByUserIds(const char *value)
DescribeSnapshotsRequest & WithFilters(Aws::Vector< Filter > &&value)
DescribeSnapshotsRequest & AddSnapshotIds(const char *value)
DescribeSnapshotsRequest & WithOwnerIds(const Aws::Vector< Aws::String > &value)
const Aws::Vector< Aws::String > & GetSnapshotIds() const
DescribeSnapshotsRequest & AddRestorableByUserIds(const Aws::String &value)
DescribeSnapshotsRequest & AddOwnerIds(Aws::String &&value)
std::vector< T, Aws::Allocator< T > > Vector
int GetMaxResults() const
void SetMaxResults(int value)
void SetSnapshotIds(const Aws::Vector< Aws::String > &value)
DescribeSnapshotsRequest & AddSnapshotIds(Aws::String &&value)
DescribeSnapshotsRequest & WithNextToken(const char *value)
void SetRestorableByUserIds(const Aws::Vector< Aws::String > &value)
void SetRestorableByUserIds(Aws::Vector< Aws::String > &&value)
void SetOwnerIds(Aws::Vector< Aws::String > &&value)
DescribeSnapshotsRequest & AddOwnerIds(const Aws::String &value)
void SetFilters(const Aws::Vector< Filter > &value)
DescribeSnapshotsRequest & AddFilters(const Filter &value)
DescribeSnapshotsRequest & WithRestorableByUserIds(Aws::Vector< Aws::String > &&value)
DescribeSnapshotsRequest & WithDryRun(bool value)
DescribeSnapshotsRequest & AddRestorableByUserIds(Aws::String &&value)
DescribeSnapshotsRequest & WithMaxResults(int value)
void SetOwnerIds(const Aws::Vector< Aws::String > &value)
void SetNextToken(const Aws::String &value)
const Aws::Vector< Aws::String > & GetOwnerIds() const
DescribeSnapshotsRequest & WithNextToken(Aws::String &&value)
void SetNextToken(Aws::String &&value)
const Aws::Vector< Aws::String > & GetRestorableByUserIds() const
DescribeSnapshotsRequest & AddOwnerIds(const char *value)
DescribeSnapshotsRequest & WithOwnerIds(Aws::Vector< Aws::String > &&value)
DescribeSnapshotsRequest & WithRestorableByUserIds(const Aws::Vector< Aws::String > &value)
void SetFilters(Aws::Vector< Filter > &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
const Aws::String & GetNextToken() const
DescribeSnapshotsRequest & WithNextToken(const Aws::String &value)
const Aws::Vector< Filter > & GetFilters() const
DescribeSnapshotsRequest & AddSnapshotIds(const Aws::String &value)
DescribeSnapshotsRequest & WithSnapshotIds(Aws::Vector< Aws::String > &&value)
void SetDryRun(bool value)
DescribeSnapshotsRequest & WithFilters(const Aws::Vector< Filter > &value)
void SetSnapshotIds(Aws::Vector< Aws::String > &&value)
JSON (JavaScript Object Notation).