/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include #include #include #include #include namespace Aws { namespace ConfigService { namespace Model { /** *

See Also:

AWS * API Reference

*/ class GetComplianceDetailsByResourceRequest : public ConfigServiceRequest { public: AWS_CONFIGSERVICE_API GetComplianceDetailsByResourceRequest(); // Service request name is the Operation name which will send this request out, // each operation should has unique request name, so that we can get operation's name from this request. // Note: this is not true for response, multiple operations may have the same response name, // so we can not get operation's name from response. inline virtual const char* GetServiceRequestName() const override { return "GetComplianceDetailsByResource"; } AWS_CONFIGSERVICE_API Aws::String SerializePayload() const override; AWS_CONFIGSERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override; /** *

The type of the Amazon Web Services resource for which you want compliance * information.

*/ inline const Aws::String& GetResourceType() const{ return m_resourceType; } /** *

The type of the Amazon Web Services resource for which you want compliance * information.

*/ inline bool ResourceTypeHasBeenSet() const { return m_resourceTypeHasBeenSet; } /** *

The type of the Amazon Web Services resource for which you want compliance * information.

*/ inline void SetResourceType(const Aws::String& value) { m_resourceTypeHasBeenSet = true; m_resourceType = value; } /** *

The type of the Amazon Web Services resource for which you want compliance * information.

*/ inline void SetResourceType(Aws::String&& value) { m_resourceTypeHasBeenSet = true; m_resourceType = std::move(value); } /** *

The type of the Amazon Web Services resource for which you want compliance * information.

*/ inline void SetResourceType(const char* value) { m_resourceTypeHasBeenSet = true; m_resourceType.assign(value); } /** *

The type of the Amazon Web Services resource for which you want compliance * information.

*/ inline GetComplianceDetailsByResourceRequest& WithResourceType(const Aws::String& value) { SetResourceType(value); return *this;} /** *

The type of the Amazon Web Services resource for which you want compliance * information.

*/ inline GetComplianceDetailsByResourceRequest& WithResourceType(Aws::String&& value) { SetResourceType(std::move(value)); return *this;} /** *

The type of the Amazon Web Services resource for which you want compliance * information.

*/ inline GetComplianceDetailsByResourceRequest& WithResourceType(const char* value) { SetResourceType(value); return *this;} /** *

The ID of the Amazon Web Services resource for which you want compliance * information.

*/ inline const Aws::String& GetResourceId() const{ return m_resourceId; } /** *

The ID of the Amazon Web Services resource for which you want compliance * information.

*/ inline bool ResourceIdHasBeenSet() const { return m_resourceIdHasBeenSet; } /** *

The ID of the Amazon Web Services resource for which you want compliance * information.

*/ inline void SetResourceId(const Aws::String& value) { m_resourceIdHasBeenSet = true; m_resourceId = value; } /** *

The ID of the Amazon Web Services resource for which you want compliance * information.

*/ inline void SetResourceId(Aws::String&& value) { m_resourceIdHasBeenSet = true; m_resourceId = std::move(value); } /** *

The ID of the Amazon Web Services resource for which you want compliance * information.

*/ inline void SetResourceId(const char* value) { m_resourceIdHasBeenSet = true; m_resourceId.assign(value); } /** *

The ID of the Amazon Web Services resource for which you want compliance * information.

*/ inline GetComplianceDetailsByResourceRequest& WithResourceId(const Aws::String& value) { SetResourceId(value); return *this;} /** *

The ID of the Amazon Web Services resource for which you want compliance * information.

*/ inline GetComplianceDetailsByResourceRequest& WithResourceId(Aws::String&& value) { SetResourceId(std::move(value)); return *this;} /** *

The ID of the Amazon Web Services resource for which you want compliance * information.

*/ inline GetComplianceDetailsByResourceRequest& WithResourceId(const char* value) { SetResourceId(value); return *this;} /** *

Filters the results by compliance.

INSUFFICIENT_DATA is * a valid ComplianceType that is returned when an Config rule cannot * be evaluated. However, INSUFFICIENT_DATA cannot be used as a * ComplianceType for filtering results.

*/ inline const Aws::Vector& GetComplianceTypes() const{ return m_complianceTypes; } /** *

Filters the results by compliance.

INSUFFICIENT_DATA is * a valid ComplianceType that is returned when an Config rule cannot * be evaluated. However, INSUFFICIENT_DATA cannot be used as a * ComplianceType for filtering results.

*/ inline bool ComplianceTypesHasBeenSet() const { return m_complianceTypesHasBeenSet; } /** *

Filters the results by compliance.

INSUFFICIENT_DATA is * a valid ComplianceType that is returned when an Config rule cannot * be evaluated. However, INSUFFICIENT_DATA cannot be used as a * ComplianceType for filtering results.

*/ inline void SetComplianceTypes(const Aws::Vector& value) { m_complianceTypesHasBeenSet = true; m_complianceTypes = value; } /** *

Filters the results by compliance.

INSUFFICIENT_DATA is * a valid ComplianceType that is returned when an Config rule cannot * be evaluated. However, INSUFFICIENT_DATA cannot be used as a * ComplianceType for filtering results.

*/ inline void SetComplianceTypes(Aws::Vector&& value) { m_complianceTypesHasBeenSet = true; m_complianceTypes = std::move(value); } /** *

Filters the results by compliance.

INSUFFICIENT_DATA is * a valid ComplianceType that is returned when an Config rule cannot * be evaluated. However, INSUFFICIENT_DATA cannot be used as a * ComplianceType for filtering results.

*/ inline GetComplianceDetailsByResourceRequest& WithComplianceTypes(const Aws::Vector& value) { SetComplianceTypes(value); return *this;} /** *

Filters the results by compliance.

INSUFFICIENT_DATA is * a valid ComplianceType that is returned when an Config rule cannot * be evaluated. However, INSUFFICIENT_DATA cannot be used as a * ComplianceType for filtering results.

*/ inline GetComplianceDetailsByResourceRequest& WithComplianceTypes(Aws::Vector&& value) { SetComplianceTypes(std::move(value)); return *this;} /** *

Filters the results by compliance.

INSUFFICIENT_DATA is * a valid ComplianceType that is returned when an Config rule cannot * be evaluated. However, INSUFFICIENT_DATA cannot be used as a * ComplianceType for filtering results.

*/ inline GetComplianceDetailsByResourceRequest& AddComplianceTypes(const ComplianceType& value) { m_complianceTypesHasBeenSet = true; m_complianceTypes.push_back(value); return *this; } /** *

Filters the results by compliance.

INSUFFICIENT_DATA is * a valid ComplianceType that is returned when an Config rule cannot * be evaluated. However, INSUFFICIENT_DATA cannot be used as a * ComplianceType for filtering results.

*/ inline GetComplianceDetailsByResourceRequest& AddComplianceTypes(ComplianceType&& value) { m_complianceTypesHasBeenSet = true; m_complianceTypes.push_back(std::move(value)); return *this; } /** *

The nextToken string returned on a previous page that you use to * get the next page of results in a paginated response.

*/ inline const Aws::String& GetNextToken() const{ return m_nextToken; } /** *

The nextToken string returned on a previous page that you use to * get the next page of results in a paginated response.

*/ inline bool NextTokenHasBeenSet() const { return m_nextTokenHasBeenSet; } /** *

The nextToken string returned on a previous page that you use to * get the next page of results in a paginated response.

*/ inline void SetNextToken(const Aws::String& value) { m_nextTokenHasBeenSet = true; m_nextToken = value; } /** *

The nextToken string returned on a previous page that you use to * get the next page of results in a paginated response.

*/ inline void SetNextToken(Aws::String&& value) { m_nextTokenHasBeenSet = true; m_nextToken = std::move(value); } /** *

The nextToken string returned on a previous page that you use to * get the next page of results in a paginated response.

*/ inline void SetNextToken(const char* value) { m_nextTokenHasBeenSet = true; m_nextToken.assign(value); } /** *

The nextToken string returned on a previous page that you use to * get the next page of results in a paginated response.

*/ inline GetComplianceDetailsByResourceRequest& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;} /** *

The nextToken string returned on a previous page that you use to * get the next page of results in a paginated response.

*/ inline GetComplianceDetailsByResourceRequest& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;} /** *

The nextToken string returned on a previous page that you use to * get the next page of results in a paginated response.

*/ inline GetComplianceDetailsByResourceRequest& WithNextToken(const char* value) { SetNextToken(value); return *this;} /** *

The unique ID of Amazon Web Services resource execution for which you want to * retrieve evaluation results.

You need to only provide either a * ResourceEvaluationID or a ResourceID and * ResourceType.

*/ inline const Aws::String& GetResourceEvaluationId() const{ return m_resourceEvaluationId; } /** *

The unique ID of Amazon Web Services resource execution for which you want to * retrieve evaluation results.

You need to only provide either a * ResourceEvaluationID or a ResourceID and * ResourceType.

*/ inline bool ResourceEvaluationIdHasBeenSet() const { return m_resourceEvaluationIdHasBeenSet; } /** *

The unique ID of Amazon Web Services resource execution for which you want to * retrieve evaluation results.

You need to only provide either a * ResourceEvaluationID or a ResourceID and * ResourceType.

*/ inline void SetResourceEvaluationId(const Aws::String& value) { m_resourceEvaluationIdHasBeenSet = true; m_resourceEvaluationId = value; } /** *

The unique ID of Amazon Web Services resource execution for which you want to * retrieve evaluation results.

You need to only provide either a * ResourceEvaluationID or a ResourceID and * ResourceType.

*/ inline void SetResourceEvaluationId(Aws::String&& value) { m_resourceEvaluationIdHasBeenSet = true; m_resourceEvaluationId = std::move(value); } /** *

The unique ID of Amazon Web Services resource execution for which you want to * retrieve evaluation results.

You need to only provide either a * ResourceEvaluationID or a ResourceID and * ResourceType.

*/ inline void SetResourceEvaluationId(const char* value) { m_resourceEvaluationIdHasBeenSet = true; m_resourceEvaluationId.assign(value); } /** *

The unique ID of Amazon Web Services resource execution for which you want to * retrieve evaluation results.

You need to only provide either a * ResourceEvaluationID or a ResourceID and * ResourceType.

*/ inline GetComplianceDetailsByResourceRequest& WithResourceEvaluationId(const Aws::String& value) { SetResourceEvaluationId(value); return *this;} /** *

The unique ID of Amazon Web Services resource execution for which you want to * retrieve evaluation results.

You need to only provide either a * ResourceEvaluationID or a ResourceID and * ResourceType.

*/ inline GetComplianceDetailsByResourceRequest& WithResourceEvaluationId(Aws::String&& value) { SetResourceEvaluationId(std::move(value)); return *this;} /** *

The unique ID of Amazon Web Services resource execution for which you want to * retrieve evaluation results.

You need to only provide either a * ResourceEvaluationID or a ResourceID and * ResourceType.

*/ inline GetComplianceDetailsByResourceRequest& WithResourceEvaluationId(const char* value) { SetResourceEvaluationId(value); return *this;} private: Aws::String m_resourceType; bool m_resourceTypeHasBeenSet = false; Aws::String m_resourceId; bool m_resourceIdHasBeenSet = false; Aws::Vector m_complianceTypes; bool m_complianceTypesHasBeenSet = false; Aws::String m_nextToken; bool m_nextTokenHasBeenSet = false; Aws::String m_resourceEvaluationId; bool m_resourceEvaluationIdHasBeenSet = false; }; } // namespace Model } // namespace ConfigService } // namespace Aws