7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/synthetics/SyntheticsRequest.h>
10#include <aws/synthetics/Synthetics_EXPORTS.h>
39 template <
typename NextTokenT = Aws::String>
41 m_nextTokenHasBeenSet =
true;
42 m_nextToken = std::forward<NextTokenT>(value);
44 template <
typename NextTokenT = Aws::String>
60 m_maxResultsHasBeenSet =
true;
84 template <
typename NamesT = Aws::Vector<Aws::String>>
86 m_namesHasBeenSet =
true;
87 m_names = std::forward<NamesT>(value);
89 template <
typename NamesT = Aws::Vector<Aws::String>>
91 SetNames(std::forward<NamesT>(value));
94 template <
typename NamesT = Aws::String>
96 m_namesHasBeenSet =
true;
97 m_names.emplace_back(std::forward<NamesT>(value));
107 bool m_nextTokenHasBeenSet =
false;
108 bool m_maxResultsHasBeenSet =
false;
109 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