23 namespace DirectoryService
61 inline void SetDirectoryId(
const char* value) { m_directoryIdHasBeenSet =
true; m_directoryId.assign(value); }
159 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
187 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
196 bool m_directoryIdHasBeenSet;
198 bool m_snapshotIdsHasBeenSet;
200 bool m_nextTokenHasBeenSet;
202 bool m_limitHasBeenSet;
const Aws::Vector< Aws::String > & GetSnapshotIds() const
DescribeSnapshotsRequest & WithLimit(int value)
void SetDirectoryId(Aws::String &&value)
DescribeSnapshotsRequest & WithDirectoryId(const Aws::String &value)
DescribeSnapshotsRequest & WithNextToken(const Aws::String &value)
DescribeSnapshotsRequest & WithDirectoryId(Aws::String &&value)
#define AWS_DIRECTORYSERVICE_API
DescribeSnapshotsRequest & WithSnapshotIds(Aws::Vector< Aws::String > &&value)
void SetNextToken(const Aws::String &value)
const Aws::String & GetNextToken() const
DescribeSnapshotsRequest & WithNextToken(const char *value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
DescribeSnapshotsRequest & WithDirectoryId(const char *value)
const Aws::String & GetDirectoryId() const
DescribeSnapshotsRequest & AddSnapshotIds(Aws::String &&value)
DescribeSnapshotsRequest & AddSnapshotIds(const Aws::String &value)
void SetSnapshotIds(Aws::Vector< Aws::String > &&value)
void SetDirectoryId(const Aws::String &value)
DescribeSnapshotsRequest & AddSnapshotIds(const char *value)
void SetNextToken(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetNextToken(Aws::String &&value)
DescribeSnapshotsRequest & WithNextToken(Aws::String &&value)
void SetDirectoryId(const char *value)
void SetSnapshotIds(const Aws::Vector< Aws::String > &value)
JSON (JavaScript Object Notation).
DescribeSnapshotsRequest & WithSnapshotIds(const Aws::Vector< Aws::String > &value)