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>
57 template<
typename DependentServicesT = Aws::Vector<DependentService>>
58 void SetDependentServices(DependentServicesT&& value) { m_dependentServicesHasBeenSet =
true; m_dependentServices = std::forward<DependentServicesT>(value); }
59 template<
typename DependentServicesT = Aws::Vector<DependentService>>
61 template<
typename DependentServicesT = DependentService>
71 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
82 template<
typename NextTokenT = Aws::String>
83 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
84 template<
typename NextTokenT = Aws::String>
90 bool m_serviceNameHasBeenSet =
false;
93 bool m_dependentServicesHasBeenSet =
false;
96 bool m_maxResultsHasBeenSet =
false;
99 bool m_nextTokenHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
ListServiceVersionsRequest & WithNextToken(NextTokenT &&value)
ListServiceVersionsRequest & WithDependentServices(DependentServicesT &&value)
ListServiceVersionsRequest & WithServiceName(ServiceName value)
void SetDependentServices(DependentServicesT &&value)
void SetNextToken(NextTokenT &&value)
ListServiceVersionsRequest & AddDependentServices(DependentServicesT &&value)
void SetServiceName(ServiceName value)
AWS_SNOWBALL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool NextTokenHasBeenSet() const
const Aws::String & GetNextToken() const
bool MaxResultsHasBeenSet() const
bool ServiceNameHasBeenSet() const
void SetMaxResults(int value)
AWS_SNOWBALL_API Aws::String SerializePayload() const override
const Aws::Vector< DependentService > & GetDependentServices() const
ServiceName GetServiceName() const
ListServiceVersionsRequest & WithMaxResults(int value)
int GetMaxResults() const
bool DependentServicesHasBeenSet() const
AWS_SNOWBALL_API ListServiceVersionsRequest()=default
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