7#include <aws/route53-recovery-readiness/Route53RecoveryReadiness_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/route53-recovery-readiness/model/ReadinessCheckOutput.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace Route53RecoveryReadiness
42 template<
typename NextTokenT = Aws::String>
43 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
44 template<
typename NextTokenT = Aws::String>
53 template<
typename ReadinessChecksT = Aws::Vector<ReadinessCheckOutput>>
54 void SetReadinessChecks(ReadinessChecksT&& value) { m_readinessChecksHasBeenSet =
true; m_readinessChecks = std::forward<ReadinessChecksT>(value); }
55 template<
typename ReadinessChecksT = Aws::Vector<ReadinessCheckOutput>>
57 template<
typename ReadinessChecksT = ReadinessCheckOutput>
64 template<
typename RequestIdT = Aws::String>
65 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
66 template<
typename RequestIdT = Aws::String>
72 bool m_nextTokenHasBeenSet =
false;
75 bool m_readinessChecksHasBeenSet =
false;
78 bool m_requestIdHasBeenSet =
false;
ListReadinessChecksResult & WithRequestId(RequestIdT &&value)
void SetReadinessChecks(ReadinessChecksT &&value)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
AWS_ROUTE53RECOVERYREADINESS_API ListReadinessChecksResult()=default
ListReadinessChecksResult & WithNextToken(NextTokenT &&value)
const Aws::Vector< ReadinessCheckOutput > & GetReadinessChecks() const
AWS_ROUTE53RECOVERYREADINESS_API ListReadinessChecksResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListReadinessChecksResult & WithReadinessChecks(ReadinessChecksT &&value)
const Aws::String & GetNextToken() const
void SetNextToken(NextTokenT &&value)
ListReadinessChecksResult & AddReadinessChecks(ReadinessChecksT &&value)
AWS_ROUTE53RECOVERYREADINESS_API ListReadinessChecksResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue