/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include See Also:
AWS
* API Reference
Indicates whether the Amazon Web Services resource complies with the * specified Config rule.
*/ inline const Aws::VectorIndicates whether the Amazon Web Services resource complies with the * specified Config rule.
*/ inline void SetEvaluationResults(const Aws::VectorIndicates whether the Amazon Web Services resource complies with the * specified Config rule.
*/ inline void SetEvaluationResults(Aws::VectorIndicates whether the Amazon Web Services resource complies with the * specified Config rule.
*/ inline GetComplianceDetailsByConfigRuleResult& WithEvaluationResults(const Aws::VectorIndicates whether the Amazon Web Services resource complies with the * specified Config rule.
*/ inline GetComplianceDetailsByConfigRuleResult& WithEvaluationResults(Aws::VectorIndicates whether the Amazon Web Services resource complies with the * specified Config rule.
*/ inline GetComplianceDetailsByConfigRuleResult& AddEvaluationResults(const EvaluationResult& value) { m_evaluationResults.push_back(value); return *this; } /** *Indicates whether the Amazon Web Services resource complies with the * specified Config rule.
*/ inline GetComplianceDetailsByConfigRuleResult& AddEvaluationResults(EvaluationResult&& value) { m_evaluationResults.push_back(std::move(value)); return *this; } /** *The string that you use in a subsequent request to get the next page of * results in a paginated response.
*/ inline const Aws::String& GetNextToken() const{ return m_nextToken; } /** *The string that you use in a subsequent request to get the next page of * results in a paginated response.
*/ inline void SetNextToken(const Aws::String& value) { m_nextToken = value; } /** *The string that you use in a subsequent request to get the next page of * results in a paginated response.
*/ inline void SetNextToken(Aws::String&& value) { m_nextToken = std::move(value); } /** *The string that you use in a subsequent request to get the next page of * results in a paginated response.
*/ inline void SetNextToken(const char* value) { m_nextToken.assign(value); } /** *The string that you use in a subsequent request to get the next page of * results in a paginated response.
*/ inline GetComplianceDetailsByConfigRuleResult& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;} /** *The string that you use in a subsequent request to get the next page of * results in a paginated response.
*/ inline GetComplianceDetailsByConfigRuleResult& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;} /** *The string that you use in a subsequent request to get the next page of * results in a paginated response.
*/ inline GetComplianceDetailsByConfigRuleResult& WithNextToken(const char* value) { SetNextToken(value); return *this;} inline const Aws::String& GetRequestId() const{ return m_requestId; } inline void SetRequestId(const Aws::String& value) { m_requestId = value; } inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); } inline void SetRequestId(const char* value) { m_requestId.assign(value); } inline GetComplianceDetailsByConfigRuleResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline GetComplianceDetailsByConfigRuleResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline GetComplianceDetailsByConfigRuleResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::Vector