7#include <aws/cloudtrail/CloudTrailRequest.h>
8#include <aws/cloudtrail/CloudTrail_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
40 template <
typename SearchPhraseT = Aws::String>
42 m_searchPhraseHasBeenSet =
true;
43 m_searchPhrase = std::forward<SearchPhraseT>(value);
45 template <
typename SearchPhraseT = Aws::String>
60 m_maxResultsHasBeenSet =
true;
76 template <
typename NextTokenT = Aws::String>
78 m_nextTokenHasBeenSet =
true;
79 m_nextToken = std::forward<NextTokenT>(value);
81 template <
typename NextTokenT = Aws::String>
93 bool m_searchPhraseHasBeenSet =
false;
94 bool m_maxResultsHasBeenSet =
false;
95 bool m_nextTokenHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
bool NextTokenHasBeenSet() const
bool MaxResultsHasBeenSet() const
void SetNextToken(NextTokenT &&value)
int GetMaxResults() const
AWS_CLOUDTRAIL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetSearchPhrase() const
AWS_CLOUDTRAIL_API Aws::String SerializePayload() const override
SearchSampleQueriesRequest & WithNextToken(NextTokenT &&value)
SearchSampleQueriesRequest & WithMaxResults(int value)
SearchSampleQueriesRequest & WithSearchPhrase(SearchPhraseT &&value)
void SetSearchPhrase(SearchPhraseT &&value)
bool SearchPhraseHasBeenSet() const
const Aws::String & GetNextToken() const
AWS_CLOUDTRAIL_API SearchSampleQueriesRequest()=default
void SetMaxResults(int value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String