7#include <aws/datasync/DataSync_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/datasync/model/LocationListEntry.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
63 inline void SetNextToken(
const char* value) { m_nextToken.assign(value); }
74 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
void SetRequestId(const char *value)
AWS_DATASYNC_API ListLocationsResult()
void SetRequestId(Aws::String &&value)
const Aws::String & GetRequestId() const
void SetNextToken(Aws::String &&value)
ListLocationsResult & WithLocations(Aws::Vector< LocationListEntry > &&value)
void SetNextToken(const Aws::String &value)
AWS_DATASYNC_API ListLocationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListLocationsResult & WithRequestId(const char *value)
void SetNextToken(const char *value)
ListLocationsResult & WithLocations(const Aws::Vector< LocationListEntry > &value)
ListLocationsResult & WithRequestId(const Aws::String &value)
ListLocationsResult & WithNextToken(Aws::String &&value)
ListLocationsResult & WithRequestId(Aws::String &&value)
ListLocationsResult & AddLocations(const LocationListEntry &value)
void SetLocations(Aws::Vector< LocationListEntry > &&value)
AWS_DATASYNC_API ListLocationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListLocationsResult & WithNextToken(const char *value)
ListLocationsResult & WithNextToken(const Aws::String &value)
ListLocationsResult & AddLocations(LocationListEntry &&value)
const Aws::String & GetNextToken() const
void SetRequestId(const Aws::String &value)
const Aws::Vector< LocationListEntry > & GetLocations() const
void SetLocations(const Aws::Vector< LocationListEntry > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue