7#include <aws/AWSMigrationHub/MigrationHub_EXPORTS.h>
8#include <aws/AWSMigrationHub/MigrationHubRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename ProgressUpdateStreamT = Aws::String>
48 void SetProgressUpdateStream(ProgressUpdateStreamT&& value) { m_progressUpdateStreamHasBeenSet =
true; m_progressUpdateStream = std::forward<ProgressUpdateStreamT>(value); }
49 template<
typename ProgressUpdateStreamT = Aws::String>
60 template<
typename MigrationTaskNameT = Aws::String>
61 void SetMigrationTaskName(MigrationTaskNameT&& value) { m_migrationTaskNameHasBeenSet =
true; m_migrationTaskName = std::forward<MigrationTaskNameT>(value); }
62 template<
typename MigrationTaskNameT = Aws::String>
77 template<
typename NextTokenT = Aws::String>
78 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
79 template<
typename NextTokenT = Aws::String>
92 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
98 bool m_progressUpdateStreamHasBeenSet =
false;
101 bool m_migrationTaskNameHasBeenSet =
false;
104 bool m_nextTokenHasBeenSet =
false;
107 bool m_maxResultsHasBeenSet =
false;
AWS_MIGRATIONHUB_API ListSourceResourcesRequest()=default
const Aws::String & GetProgressUpdateStream() const
AWS_MIGRATIONHUB_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
int GetMaxResults() const
const Aws::String & GetMigrationTaskName() const
virtual const char * GetServiceRequestName() const override
bool MaxResultsHasBeenSet() const
ListSourceResourcesRequest & WithMaxResults(int value)
bool NextTokenHasBeenSet() const
bool MigrationTaskNameHasBeenSet() const
void SetMaxResults(int value)
ListSourceResourcesRequest & WithProgressUpdateStream(ProgressUpdateStreamT &&value)
void SetProgressUpdateStream(ProgressUpdateStreamT &&value)
void SetNextToken(NextTokenT &&value)
ListSourceResourcesRequest & WithMigrationTaskName(MigrationTaskNameT &&value)
const Aws::String & GetNextToken() const
ListSourceResourcesRequest & WithNextToken(NextTokenT &&value)
void SetMigrationTaskName(MigrationTaskNameT &&value)
bool ProgressUpdateStreamHasBeenSet() const
AWS_MIGRATIONHUB_API Aws::String SerializePayload() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String