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>
44 template<
typename NextTokenT = Aws::String>
45 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
46 template<
typename NextTokenT = Aws::String>
58 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
77 template<
typename NamesT = Aws::Vector<Aws::String>>
78 void SetNames(NamesT&& value) { m_namesHasBeenSet =
true; m_names = std::forward<NamesT>(value); }
79 template<
typename NamesT = Aws::Vector<Aws::String>>
81 template<
typename NamesT = Aws::String>
87 bool m_nextTokenHasBeenSet =
false;
90 bool m_maxResultsHasBeenSet =
false;
93 bool m_namesHasBeenSet =
false;
void SetMaxResults(int value)
AWS_SYNTHETICS_API Aws::String SerializePayload() const override
bool NextTokenHasBeenSet() const
const Aws::Vector< Aws::String > & GetNames() const
DescribeCanariesLastRunRequest & WithNames(NamesT &&value)
const Aws::String & GetNextToken() const
DescribeCanariesLastRunRequest & AddNames(NamesT &&value)
void SetNextToken(NextTokenT &&value)
int GetMaxResults() const
void SetNames(NamesT &&value)
virtual const char * GetServiceRequestName() const override
bool MaxResultsHasBeenSet() const
DescribeCanariesLastRunRequest & WithNextToken(NextTokenT &&value)
bool NamesHasBeenSet() const
DescribeCanariesLastRunRequest & WithMaxResults(int value)
AWS_SYNTHETICS_API DescribeCanariesLastRunRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector