7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/resiliencehub/ResilienceHubRequest.h>
10#include <aws/resiliencehub/ResilienceHub_EXPORTS.h>
18namespace ResilienceHub {
49 template <
typename AppArnT = Aws::String>
51 m_appArnHasBeenSet =
true;
52 m_appArn = std::forward<AppArnT>(value);
54 template <
typename AppArnT = Aws::String>
71 template <
typename AwsApplicationArnT = Aws::String>
73 m_awsApplicationArnHasBeenSet =
true;
74 m_awsApplicationArn = std::forward<AwsApplicationArnT>(value);
76 template <
typename AwsApplicationArnT = Aws::String>
90 template <
typename FromLastAssessmentTimeT = Aws::Utils::DateTime>
92 m_fromLastAssessmentTimeHasBeenSet =
true;
93 m_fromLastAssessmentTime = std::forward<FromLastAssessmentTimeT>(value);
95 template <
typename FromLastAssessmentTimeT = Aws::Utils::DateTime>
111 m_maxResultsHasBeenSet =
true;
112 m_maxResults = value;
126 template <
typename NameT = Aws::String>
128 m_nameHasBeenSet =
true;
129 m_name = std::forward<NameT>(value);
131 template <
typename NameT = Aws::String>
133 SetName(std::forward<NameT>(value));
144 template <
typename NextTokenT = Aws::String>
146 m_nextTokenHasBeenSet =
true;
147 m_nextToken = std::forward<NextTokenT>(value);
149 template <
typename NextTokenT = Aws::String>
166 m_reverseOrderHasBeenSet =
true;
167 m_reverseOrder = value;
182 template <
typename ToLastAssessmentTimeT = Aws::Utils::DateTime>
184 m_toLastAssessmentTimeHasBeenSet =
true;
185 m_toLastAssessmentTime = std::forward<ToLastAssessmentTimeT>(value);
187 template <
typename ToLastAssessmentTimeT = Aws::Utils::DateTime>
206 bool m_reverseOrder{
false};
209 bool m_appArnHasBeenSet =
false;
210 bool m_awsApplicationArnHasBeenSet =
false;
211 bool m_fromLastAssessmentTimeHasBeenSet =
false;
212 bool m_maxResultsHasBeenSet =
false;
213 bool m_nameHasBeenSet =
false;
214 bool m_nextTokenHasBeenSet =
false;
215 bool m_reverseOrderHasBeenSet =
false;
216 bool m_toLastAssessmentTimeHasBeenSet =
false;
bool NextTokenHasBeenSet() const
bool GetReverseOrder() const
ListAppsRequest & WithAppArn(AppArnT &&value)
void SetAppArn(AppArnT &&value)
AWS_RESILIENCEHUB_API Aws::String SerializePayload() const override
bool FromLastAssessmentTimeHasBeenSet() const
const Aws::Utils::DateTime & GetFromLastAssessmentTime() const
ListAppsRequest & WithFromLastAssessmentTime(FromLastAssessmentTimeT &&value)
const Aws::String & GetNextToken() const
const Aws::Utils::DateTime & GetToLastAssessmentTime() const
bool ReverseOrderHasBeenSet() const
int GetMaxResults() const
void SetMaxResults(int value)
const Aws::String & GetName() const
const Aws::String & GetAwsApplicationArn() const
bool MaxResultsHasBeenSet() const
bool AwsApplicationArnHasBeenSet() const
ListAppsRequest & WithMaxResults(int value)
ListAppsRequest & WithNextToken(NextTokenT &&value)
void SetFromLastAssessmentTime(FromLastAssessmentTimeT &&value)
bool ToLastAssessmentTimeHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetName(NameT &&value)
AWS_RESILIENCEHUB_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
ListAppsRequest & WithReverseOrder(bool value)
bool AppArnHasBeenSet() const
void SetAwsApplicationArn(AwsApplicationArnT &&value)
void SetNextToken(NextTokenT &&value)
void SetToLastAssessmentTime(ToLastAssessmentTimeT &&value)
void SetReverseOrder(bool value)
ListAppsRequest & WithAwsApplicationArn(AwsApplicationArnT &&value)
AWS_RESILIENCEHUB_API ListAppsRequest()=default
const Aws::String & GetAppArn() const
bool NameHasBeenSet() const
ListAppsRequest & WithToLastAssessmentTime(ToLastAssessmentTimeT &&value)
ListAppsRequest & WithName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String