7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/resiliencehubv2/Resiliencehubv2Request.h>
9#include <aws/resiliencehubv2/Resiliencehubv2_EXPORTS.h>
17namespace resiliencehubv2 {
40 template <
typename ServiceArnT = Aws::String>
42 m_serviceArnHasBeenSet =
true;
43 m_serviceArn = std::forward<ServiceArnT>(value);
45 template <
typename ServiceArnT = Aws::String>
58 template <
typename ServiceFunctionIdT = Aws::String>
60 m_serviceFunctionIdHasBeenSet =
true;
61 m_serviceFunctionId = std::forward<ServiceFunctionIdT>(value);
63 template <
typename ServiceFunctionIdT = Aws::String>
76 template <
typename AwsRegionT = Aws::String>
78 m_awsRegionHasBeenSet =
true;
79 m_awsRegion = std::forward<AwsRegionT>(value);
81 template <
typename AwsRegionT = Aws::String>
93 m_maxResultsHasBeenSet =
true;
106 template <
typename NextTokenT = Aws::String>
108 m_nextTokenHasBeenSet =
true;
109 m_nextToken = std::forward<NextTokenT>(value);
111 template <
typename NextTokenT = Aws::String>
127 bool m_serviceArnHasBeenSet =
false;
128 bool m_serviceFunctionIdHasBeenSet =
false;
129 bool m_awsRegionHasBeenSet =
false;
130 bool m_maxResultsHasBeenSet =
false;
131 bool m_nextTokenHasBeenSet =
false;
const Aws::String & GetNextToken() const
const Aws::String & GetServiceArn() const
bool AwsRegionHasBeenSet() const
const Aws::String & GetAwsRegion() const
int GetMaxResults() const
bool ServiceFunctionIdHasBeenSet() const
ListResourcesRequest & WithMaxResults(int value)
ListResourcesRequest & WithAwsRegion(AwsRegionT &&value)
AWS_RESILIENCEHUBV2_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetAwsRegion(AwsRegionT &&value)
AWS_RESILIENCEHUBV2_API ListResourcesRequest()=default
ListResourcesRequest & WithServiceArn(ServiceArnT &&value)
const Aws::String & GetServiceFunctionId() const
void SetServiceArn(ServiceArnT &&value)
bool ServiceArnHasBeenSet() const
bool MaxResultsHasBeenSet() const
void SetMaxResults(int value)
void SetNextToken(NextTokenT &&value)
AWS_RESILIENCEHUBV2_API Aws::String SerializePayload() const override
ListResourcesRequest & WithNextToken(NextTokenT &&value)
void SetServiceFunctionId(ServiceFunctionIdT &&value)
ListResourcesRequest & WithServiceFunctionId(ServiceFunctionIdT &&value)
virtual const char * GetServiceRequestName() const override
bool NextTokenHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String