7#include <aws/synthetics/Synthetics_EXPORTS.h>
8#include <aws/synthetics/SyntheticsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
43 template<
typename NextTokenT = Aws::String>
44 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
45 template<
typename NextTokenT = Aws::String>
57 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
76 template<
typename NamesT = Aws::Vector<Aws::String>>
77 void SetNames(NamesT&& value) { m_namesHasBeenSet =
true; m_names = std::forward<NamesT>(value); }
78 template<
typename NamesT = Aws::Vector<Aws::String>>
80 template<
typename NamesT = Aws::String>
86 bool m_nextTokenHasBeenSet =
false;
89 bool m_maxResultsHasBeenSet =
false;
92 bool m_namesHasBeenSet =
false;
bool NextTokenHasBeenSet() const
void SetNextToken(NextTokenT &&value)
AWS_SYNTHETICS_API Aws::String SerializePayload() const override
DescribeCanariesRequest & WithNextToken(NextTokenT &&value)
DescribeCanariesRequest & WithNames(NamesT &&value)
AWS_SYNTHETICS_API DescribeCanariesRequest()=default
DescribeCanariesRequest & WithMaxResults(int value)
virtual const char * GetServiceRequestName() const override
int GetMaxResults() const
bool NamesHasBeenSet() const
const Aws::Vector< Aws::String > & GetNames() const
const Aws::String & GetNextToken() const
bool MaxResultsHasBeenSet() const
void SetMaxResults(int value)
DescribeCanariesRequest & AddNames(NamesT &&value)
void SetNames(NamesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector