7#include <aws/snowball/Snowball_EXPORTS.h>
8#include <aws/snowball/SnowballRequest.h>
9#include <aws/snowball/model/ServiceName.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/snowball/model/DependentService.h>
73 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
86 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
94 bool m_serviceNameHasBeenSet =
false;
97 bool m_dependentServicesHasBeenSet =
false;
100 bool m_maxResultsHasBeenSet =
false;
103 bool m_nextTokenHasBeenSet =
false;
ListServiceVersionsRequest & WithServiceName(ServiceName &&value)
virtual const char * GetServiceRequestName() const override
ListServiceVersionsRequest & WithNextToken(const Aws::String &value)
ListServiceVersionsRequest & WithNextToken(const char *value)
void SetServiceName(const ServiceName &value)
void SetNextToken(const Aws::String &value)
const ServiceName & GetServiceName() const
void SetDependentServices(const Aws::Vector< DependentService > &value)
ListServiceVersionsRequest & WithDependentServices(Aws::Vector< DependentService > &&value)
ListServiceVersionsRequest & WithNextToken(Aws::String &&value)
void SetDependentServices(Aws::Vector< DependentService > &&value)
void SetNextToken(const char *value)
ListServiceVersionsRequest & WithServiceName(const ServiceName &value)
AWS_SNOWBALL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool NextTokenHasBeenSet() const
const Aws::String & GetNextToken() const
bool MaxResultsHasBeenSet() const
ListServiceVersionsRequest & WithDependentServices(const Aws::Vector< DependentService > &value)
bool ServiceNameHasBeenSet() const
void SetMaxResults(int value)
AWS_SNOWBALL_API Aws::String SerializePayload() const override
ListServiceVersionsRequest & AddDependentServices(const DependentService &value)
ListServiceVersionsRequest & AddDependentServices(DependentService &&value)
const Aws::Vector< DependentService > & GetDependentServices() const
AWS_SNOWBALL_API ListServiceVersionsRequest()
void SetNextToken(Aws::String &&value)
ListServiceVersionsRequest & WithMaxResults(int value)
void SetServiceName(ServiceName &&value)
int GetMaxResults() const
bool DependentServicesHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector