7#include <aws/datasync/DataSync_EXPORTS.h>
8#include <aws/datasync/DataSyncRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetStorageSystemArn(
const char* value) { m_storageSystemArnHasBeenSet =
true; m_storageSystemArn.assign(value); }
59 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
72 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
80 bool m_storageSystemArnHasBeenSet =
false;
83 bool m_maxResultsHasBeenSet =
false;
86 bool m_nextTokenHasBeenSet =
false;
ListDiscoveryJobsRequest & WithMaxResults(int value)
bool MaxResultsHasBeenSet() const
void SetMaxResults(int value)
ListDiscoveryJobsRequest & WithStorageSystemArn(const char *value)
AWS_DATASYNC_API ListDiscoveryJobsRequest()
void SetStorageSystemArn(const Aws::String &value)
void SetStorageSystemArn(const char *value)
bool StorageSystemArnHasBeenSet() const
void SetNextToken(const Aws::String &value)
ListDiscoveryJobsRequest & WithStorageSystemArn(const Aws::String &value)
bool NextTokenHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetStorageSystemArn(Aws::String &&value)
AWS_DATASYNC_API Aws::String SerializePayload() const override
void SetNextToken(const char *value)
ListDiscoveryJobsRequest & WithStorageSystemArn(Aws::String &&value)
int GetMaxResults() const
void SetNextToken(Aws::String &&value)
const Aws::String & GetNextToken() const
ListDiscoveryJobsRequest & WithNextToken(const char *value)
const Aws::String & GetStorageSystemArn() const
ListDiscoveryJobsRequest & WithNextToken(const Aws::String &value)
AWS_DATASYNC_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
ListDiscoveryJobsRequest & WithNextToken(Aws::String &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String