7#include <aws/ebs/EBS_EXPORTS.h>
8#include <aws/ebs/EBSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename SnapshotIdT = Aws::String>
48 void SetSnapshotId(SnapshotIdT&& value) { m_snapshotIdHasBeenSet =
true; m_snapshotId = std::forward<SnapshotIdT>(value); }
49 template<
typename SnapshotIdT = Aws::String>
60 template<
typename NextTokenT = Aws::String>
61 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
62 template<
typename NextTokenT = Aws::String>
77 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
90 inline void SetStartingBlockIndex(
int value) { m_startingBlockIndexHasBeenSet =
true; m_startingBlockIndex = value; }
96 bool m_snapshotIdHasBeenSet =
false;
99 bool m_nextTokenHasBeenSet =
false;
102 bool m_maxResultsHasBeenSet =
false;
104 int m_startingBlockIndex{0};
105 bool m_startingBlockIndexHasBeenSet =
false;
bool NextTokenHasBeenSet() const
AWS_EBS_API ListSnapshotBlocksRequest()=default
bool MaxResultsHasBeenSet() const
const Aws::String & GetSnapshotId() const
int GetStartingBlockIndex() const
AWS_EBS_API Aws::String SerializePayload() const override
ListSnapshotBlocksRequest & WithSnapshotId(SnapshotIdT &&value)
bool StartingBlockIndexHasBeenSet() const
const Aws::String & GetNextToken() const
ListSnapshotBlocksRequest & WithNextToken(NextTokenT &&value)
void SetStartingBlockIndex(int value)
void SetNextToken(NextTokenT &&value)
bool SnapshotIdHasBeenSet() const
AWS_EBS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
ListSnapshotBlocksRequest & WithMaxResults(int value)
void SetSnapshotId(SnapshotIdT &&value)
int GetMaxResults() const
ListSnapshotBlocksRequest & WithStartingBlockIndex(int value)
virtual const char * GetServiceRequestName() const override
void SetMaxResults(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String