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>
11#include <aws/synthetics/model/BrowserType.h>
41 template <
typename NextTokenT = Aws::String>
43 m_nextTokenHasBeenSet =
true;
44 m_nextToken = std::forward<NextTokenT>(value);
46 template <
typename NextTokenT = Aws::String>
62 m_maxResultsHasBeenSet =
true;
86 template <
typename NamesT = Aws::Vector<Aws::String>>
88 m_namesHasBeenSet =
true;
89 m_names = std::forward<NamesT>(value);
91 template <
typename NamesT = Aws::Vector<Aws::String>>
93 SetNames(std::forward<NamesT>(value));
96 template <
typename NamesT = Aws::String>
98 m_namesHasBeenSet =
true;
99 m_names.emplace_back(std::forward<NamesT>(value));
111 m_browserTypeHasBeenSet =
true;
112 m_browserType = value;
127 bool m_nextTokenHasBeenSet =
false;
128 bool m_maxResultsHasBeenSet =
false;
129 bool m_namesHasBeenSet =
false;
130 bool m_browserTypeHasBeenSet =
false;
void SetMaxResults(int value)
AWS_SYNTHETICS_API Aws::String SerializePayload() const override
void SetBrowserType(BrowserType value)
DescribeCanariesLastRunRequest & WithBrowserType(BrowserType value)
bool NextTokenHasBeenSet() const
const Aws::Vector< Aws::String > & GetNames() const
DescribeCanariesLastRunRequest & WithNames(NamesT &&value)
bool BrowserTypeHasBeenSet() const
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
BrowserType GetBrowserType() 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