/**
* 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 each of the specified AWS Config rules is compliant.
*/ inline const Aws::VectorIndicates whether each of the specified AWS Config rules is compliant.
*/ inline void SetComplianceByConfigRules(const Aws::VectorIndicates whether each of the specified AWS Config rules is compliant.
*/ inline void SetComplianceByConfigRules(Aws::VectorIndicates whether each of the specified AWS Config rules is compliant.
*/ inline DescribeComplianceByConfigRuleResult& WithComplianceByConfigRules(const Aws::VectorIndicates whether each of the specified AWS Config rules is compliant.
*/ inline DescribeComplianceByConfigRuleResult& WithComplianceByConfigRules(Aws::VectorIndicates whether each of the specified AWS Config rules is compliant.
*/ inline DescribeComplianceByConfigRuleResult& AddComplianceByConfigRules(const ComplianceByConfigRule& value) { m_complianceByConfigRules.push_back(value); return *this; } /** *Indicates whether each of the specified AWS Config rules is compliant.
*/ inline DescribeComplianceByConfigRuleResult& AddComplianceByConfigRules(ComplianceByConfigRule&& value) { m_complianceByConfigRules.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 DescribeComplianceByConfigRuleResult& 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 DescribeComplianceByConfigRuleResult& 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 DescribeComplianceByConfigRuleResult& WithNextToken(const char* value) { SetNextToken(value); return *this;} private: Aws::Vector