7#include <aws/route53-recovery-control-config/Route53RecoveryControlConfig_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-control-config/model/Rule.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace Route53RecoveryControlConfig
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 SafetyRulesT = Aws::Vector<Rule>>
54 void SetSafetyRules(SafetyRulesT&& value) { m_safetyRulesHasBeenSet =
true; m_safetyRules = std::forward<SafetyRulesT>(value); }
55 template<
typename SafetyRulesT = Aws::Vector<Rule>>
57 template<
typename SafetyRulesT = Rule>
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_safetyRulesHasBeenSet =
false;
78 bool m_requestIdHasBeenSet =
false;
ListSafetyRulesResult & WithSafetyRules(SafetyRulesT &&value)
ListSafetyRulesResult & WithNextToken(NextTokenT &&value)
AWS_ROUTE53RECOVERYCONTROLCONFIG_API ListSafetyRulesResult()=default
const Aws::String & GetNextToken() const
void SetSafetyRules(SafetyRulesT &&value)
void SetNextToken(NextTokenT &&value)
void SetRequestId(RequestIdT &&value)
AWS_ROUTE53RECOVERYCONTROLCONFIG_API ListSafetyRulesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
ListSafetyRulesResult & AddSafetyRules(SafetyRulesT &&value)
const Aws::Vector< Rule > & GetSafetyRules() const
AWS_ROUTE53RECOVERYCONTROLCONFIG_API ListSafetyRulesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListSafetyRulesResult & WithRequestId(RequestIdT &&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