7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/resiliencehubv2/Resiliencehubv2Request.h>
9#include <aws/resiliencehubv2/Resiliencehubv2_EXPORTS.h>
10#include <aws/resiliencehubv2/model/AssertionSource.h>
18namespace resiliencehubv2 {
41 template <
typename ServiceArnT = Aws::String>
43 m_serviceArnHasBeenSet =
true;
44 m_serviceArn = std::forward<ServiceArnT>(value);
46 template <
typename ServiceArnT = Aws::String>
60 m_sourceHasBeenSet =
true;
74 m_maxResultsHasBeenSet =
true;
87 template <
typename NextTokenT = Aws::String>
89 m_nextTokenHasBeenSet =
true;
90 m_nextToken = std::forward<NextTokenT>(value);
92 template <
typename NextTokenT = Aws::String>
106 bool m_serviceArnHasBeenSet =
false;
107 bool m_sourceHasBeenSet =
false;
108 bool m_maxResultsHasBeenSet =
false;
109 bool m_nextTokenHasBeenSet =
false;
ListAssertionsRequest & WithNextToken(NextTokenT &&value)
ListAssertionsRequest & WithServiceArn(ServiceArnT &&value)
bool SourceHasBeenSet() const
AssertionSource GetSource() const
void SetServiceArn(ServiceArnT &&value)
bool MaxResultsHasBeenSet() const
ListAssertionsRequest & WithSource(AssertionSource value)
bool ServiceArnHasBeenSet() const
void SetNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
void SetMaxResults(int value)
AWS_RESILIENCEHUBV2_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
int GetMaxResults() const
const Aws::String & GetServiceArn() const
virtual const char * GetServiceRequestName() const override
AWS_RESILIENCEHUBV2_API ListAssertionsRequest()=default
AWS_RESILIENCEHUBV2_API Aws::String SerializePayload() const override
ListAssertionsRequest & WithMaxResults(int value)
void SetSource(AssertionSource value)
bool NextTokenHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String