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/RecoveryGroupOutput.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 RecoveryGroupsT = Aws::Vector<RecoveryGroupOutput>>
54 void SetRecoveryGroups(RecoveryGroupsT&& value) { m_recoveryGroupsHasBeenSet =
true; m_recoveryGroups = std::forward<RecoveryGroupsT>(value); }
55 template<
typename RecoveryGroupsT = Aws::Vector<RecoveryGroupOutput>>
57 template<
typename RecoveryGroupsT = RecoveryGroupOutput>
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_recoveryGroupsHasBeenSet =
false;
78 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
AWS_ROUTE53RECOVERYREADINESS_API ListRecoveryGroupsResult()=default
ListRecoveryGroupsResult & WithNextToken(NextTokenT &&value)
const Aws::Vector< RecoveryGroupOutput > & GetRecoveryGroups() const
ListRecoveryGroupsResult & WithRequestId(RequestIdT &&value)
void SetNextToken(NextTokenT &&value)
void SetRequestId(RequestIdT &&value)
AWS_ROUTE53RECOVERYREADINESS_API ListRecoveryGroupsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRecoveryGroups(RecoveryGroupsT &&value)
const Aws::String & GetNextToken() const
AWS_ROUTE53RECOVERYREADINESS_API ListRecoveryGroupsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListRecoveryGroupsResult & WithRecoveryGroups(RecoveryGroupsT &&value)
ListRecoveryGroupsResult & AddRecoveryGroups(RecoveryGroupsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue