/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains information about a finding.See Also:
AWS
* API Reference
The ID of the finding.
*/ inline const Aws::String& GetId() const{ return m_id; } /** *The ID of the finding.
*/ inline bool IdHasBeenSet() const { return m_idHasBeenSet; } /** *The ID of the finding.
*/ inline void SetId(const Aws::String& value) { m_idHasBeenSet = true; m_id = value; } /** *The ID of the finding.
*/ inline void SetId(Aws::String&& value) { m_idHasBeenSet = true; m_id = std::move(value); } /** *The ID of the finding.
*/ inline void SetId(const char* value) { m_idHasBeenSet = true; m_id.assign(value); } /** *The ID of the finding.
*/ inline FindingSummary& WithId(const Aws::String& value) { SetId(value); return *this;} /** *The ID of the finding.
*/ inline FindingSummary& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;} /** *The ID of the finding.
*/ inline FindingSummary& WithId(const char* value) { SetId(value); return *this;} /** *The external principal that has access to a resource within the zone of * trust.
*/ inline const Aws::MapThe external principal that has access to a resource within the zone of * trust.
*/ inline bool PrincipalHasBeenSet() const { return m_principalHasBeenSet; } /** *The external principal that has access to a resource within the zone of * trust.
*/ inline void SetPrincipal(const Aws::MapThe external principal that has access to a resource within the zone of * trust.
*/ inline void SetPrincipal(Aws::MapThe external principal that has access to a resource within the zone of * trust.
*/ inline FindingSummary& WithPrincipal(const Aws::MapThe external principal that has access to a resource within the zone of * trust.
*/ inline FindingSummary& WithPrincipal(Aws::MapThe external principal that has access to a resource within the zone of * trust.
*/ inline FindingSummary& AddPrincipal(const Aws::String& key, const Aws::String& value) { m_principalHasBeenSet = true; m_principal.emplace(key, value); return *this; } /** *The external principal that has access to a resource within the zone of * trust.
*/ inline FindingSummary& AddPrincipal(Aws::String&& key, const Aws::String& value) { m_principalHasBeenSet = true; m_principal.emplace(std::move(key), value); return *this; } /** *The external principal that has access to a resource within the zone of * trust.
*/ inline FindingSummary& AddPrincipal(const Aws::String& key, Aws::String&& value) { m_principalHasBeenSet = true; m_principal.emplace(key, std::move(value)); return *this; } /** *The external principal that has access to a resource within the zone of * trust.
*/ inline FindingSummary& AddPrincipal(Aws::String&& key, Aws::String&& value) { m_principalHasBeenSet = true; m_principal.emplace(std::move(key), std::move(value)); return *this; } /** *The external principal that has access to a resource within the zone of * trust.
*/ inline FindingSummary& AddPrincipal(const char* key, Aws::String&& value) { m_principalHasBeenSet = true; m_principal.emplace(key, std::move(value)); return *this; } /** *The external principal that has access to a resource within the zone of * trust.
*/ inline FindingSummary& AddPrincipal(Aws::String&& key, const char* value) { m_principalHasBeenSet = true; m_principal.emplace(std::move(key), value); return *this; } /** *The external principal that has access to a resource within the zone of * trust.
*/ inline FindingSummary& AddPrincipal(const char* key, const char* value) { m_principalHasBeenSet = true; m_principal.emplace(key, value); return *this; } /** *The action in the analyzed policy statement that an external principal has * permission to use.
*/ inline const Aws::VectorThe action in the analyzed policy statement that an external principal has * permission to use.
*/ inline bool ActionHasBeenSet() const { return m_actionHasBeenSet; } /** *The action in the analyzed policy statement that an external principal has * permission to use.
*/ inline void SetAction(const Aws::VectorThe action in the analyzed policy statement that an external principal has * permission to use.
*/ inline void SetAction(Aws::VectorThe action in the analyzed policy statement that an external principal has * permission to use.
*/ inline FindingSummary& WithAction(const Aws::VectorThe action in the analyzed policy statement that an external principal has * permission to use.
*/ inline FindingSummary& WithAction(Aws::VectorThe action in the analyzed policy statement that an external principal has * permission to use.
*/ inline FindingSummary& AddAction(const Aws::String& value) { m_actionHasBeenSet = true; m_action.push_back(value); return *this; } /** *The action in the analyzed policy statement that an external principal has * permission to use.
*/ inline FindingSummary& AddAction(Aws::String&& value) { m_actionHasBeenSet = true; m_action.push_back(std::move(value)); return *this; } /** *The action in the analyzed policy statement that an external principal has * permission to use.
*/ inline FindingSummary& AddAction(const char* value) { m_actionHasBeenSet = true; m_action.push_back(value); return *this; } /** *The resource that the external principal has access to.
*/ inline const Aws::String& GetResource() const{ return m_resource; } /** *The resource that the external principal has access to.
*/ inline bool ResourceHasBeenSet() const { return m_resourceHasBeenSet; } /** *The resource that the external principal has access to.
*/ inline void SetResource(const Aws::String& value) { m_resourceHasBeenSet = true; m_resource = value; } /** *The resource that the external principal has access to.
*/ inline void SetResource(Aws::String&& value) { m_resourceHasBeenSet = true; m_resource = std::move(value); } /** *The resource that the external principal has access to.
*/ inline void SetResource(const char* value) { m_resourceHasBeenSet = true; m_resource.assign(value); } /** *The resource that the external principal has access to.
*/ inline FindingSummary& WithResource(const Aws::String& value) { SetResource(value); return *this;} /** *The resource that the external principal has access to.
*/ inline FindingSummary& WithResource(Aws::String&& value) { SetResource(std::move(value)); return *this;} /** *The resource that the external principal has access to.
*/ inline FindingSummary& WithResource(const char* value) { SetResource(value); return *this;} /** *Indicates whether the finding reports a resource that has a policy that * allows public access.
*/ inline bool GetIsPublic() const{ return m_isPublic; } /** *Indicates whether the finding reports a resource that has a policy that * allows public access.
*/ inline bool IsPublicHasBeenSet() const { return m_isPublicHasBeenSet; } /** *Indicates whether the finding reports a resource that has a policy that * allows public access.
*/ inline void SetIsPublic(bool value) { m_isPublicHasBeenSet = true; m_isPublic = value; } /** *Indicates whether the finding reports a resource that has a policy that * allows public access.
*/ inline FindingSummary& WithIsPublic(bool value) { SetIsPublic(value); return *this;} /** *The type of the resource that the external principal has access to.
*/ inline const ResourceType& GetResourceType() const{ return m_resourceType; } /** *The type of the resource that the external principal has access to.
*/ inline bool ResourceTypeHasBeenSet() const { return m_resourceTypeHasBeenSet; } /** *The type of the resource that the external principal has access to.
*/ inline void SetResourceType(const ResourceType& value) { m_resourceTypeHasBeenSet = true; m_resourceType = value; } /** *The type of the resource that the external principal has access to.
*/ inline void SetResourceType(ResourceType&& value) { m_resourceTypeHasBeenSet = true; m_resourceType = std::move(value); } /** *The type of the resource that the external principal has access to.
*/ inline FindingSummary& WithResourceType(const ResourceType& value) { SetResourceType(value); return *this;} /** *The type of the resource that the external principal has access to.
*/ inline FindingSummary& WithResourceType(ResourceType&& value) { SetResourceType(std::move(value)); return *this;} /** *The condition in the analyzed policy statement that resulted in a * finding.
*/ inline const Aws::MapThe condition in the analyzed policy statement that resulted in a * finding.
*/ inline bool ConditionHasBeenSet() const { return m_conditionHasBeenSet; } /** *The condition in the analyzed policy statement that resulted in a * finding.
*/ inline void SetCondition(const Aws::MapThe condition in the analyzed policy statement that resulted in a * finding.
*/ inline void SetCondition(Aws::MapThe condition in the analyzed policy statement that resulted in a * finding.
*/ inline FindingSummary& WithCondition(const Aws::MapThe condition in the analyzed policy statement that resulted in a * finding.
*/ inline FindingSummary& WithCondition(Aws::MapThe condition in the analyzed policy statement that resulted in a * finding.
*/ inline FindingSummary& AddCondition(const Aws::String& key, const Aws::String& value) { m_conditionHasBeenSet = true; m_condition.emplace(key, value); return *this; } /** *The condition in the analyzed policy statement that resulted in a * finding.
*/ inline FindingSummary& AddCondition(Aws::String&& key, const Aws::String& value) { m_conditionHasBeenSet = true; m_condition.emplace(std::move(key), value); return *this; } /** *The condition in the analyzed policy statement that resulted in a * finding.
*/ inline FindingSummary& AddCondition(const Aws::String& key, Aws::String&& value) { m_conditionHasBeenSet = true; m_condition.emplace(key, std::move(value)); return *this; } /** *The condition in the analyzed policy statement that resulted in a * finding.
*/ inline FindingSummary& AddCondition(Aws::String&& key, Aws::String&& value) { m_conditionHasBeenSet = true; m_condition.emplace(std::move(key), std::move(value)); return *this; } /** *The condition in the analyzed policy statement that resulted in a * finding.
*/ inline FindingSummary& AddCondition(const char* key, Aws::String&& value) { m_conditionHasBeenSet = true; m_condition.emplace(key, std::move(value)); return *this; } /** *The condition in the analyzed policy statement that resulted in a * finding.
*/ inline FindingSummary& AddCondition(Aws::String&& key, const char* value) { m_conditionHasBeenSet = true; m_condition.emplace(std::move(key), value); return *this; } /** *The condition in the analyzed policy statement that resulted in a * finding.
*/ inline FindingSummary& AddCondition(const char* key, const char* value) { m_conditionHasBeenSet = true; m_condition.emplace(key, value); return *this; } /** *The time at which the finding was created.
*/ inline const Aws::Utils::DateTime& GetCreatedAt() const{ return m_createdAt; } /** *The time at which the finding was created.
*/ inline bool CreatedAtHasBeenSet() const { return m_createdAtHasBeenSet; } /** *The time at which the finding was created.
*/ inline void SetCreatedAt(const Aws::Utils::DateTime& value) { m_createdAtHasBeenSet = true; m_createdAt = value; } /** *The time at which the finding was created.
*/ inline void SetCreatedAt(Aws::Utils::DateTime&& value) { m_createdAtHasBeenSet = true; m_createdAt = std::move(value); } /** *The time at which the finding was created.
*/ inline FindingSummary& WithCreatedAt(const Aws::Utils::DateTime& value) { SetCreatedAt(value); return *this;} /** *The time at which the finding was created.
*/ inline FindingSummary& WithCreatedAt(Aws::Utils::DateTime&& value) { SetCreatedAt(std::move(value)); return *this;} /** *The time at which the resource-based policy that generated the finding was * analyzed.
*/ inline const Aws::Utils::DateTime& GetAnalyzedAt() const{ return m_analyzedAt; } /** *The time at which the resource-based policy that generated the finding was * analyzed.
*/ inline bool AnalyzedAtHasBeenSet() const { return m_analyzedAtHasBeenSet; } /** *The time at which the resource-based policy that generated the finding was * analyzed.
*/ inline void SetAnalyzedAt(const Aws::Utils::DateTime& value) { m_analyzedAtHasBeenSet = true; m_analyzedAt = value; } /** *The time at which the resource-based policy that generated the finding was * analyzed.
*/ inline void SetAnalyzedAt(Aws::Utils::DateTime&& value) { m_analyzedAtHasBeenSet = true; m_analyzedAt = std::move(value); } /** *The time at which the resource-based policy that generated the finding was * analyzed.
*/ inline FindingSummary& WithAnalyzedAt(const Aws::Utils::DateTime& value) { SetAnalyzedAt(value); return *this;} /** *The time at which the resource-based policy that generated the finding was * analyzed.
*/ inline FindingSummary& WithAnalyzedAt(Aws::Utils::DateTime&& value) { SetAnalyzedAt(std::move(value)); return *this;} /** *The time at which the finding was most recently updated.
*/ inline const Aws::Utils::DateTime& GetUpdatedAt() const{ return m_updatedAt; } /** *The time at which the finding was most recently updated.
*/ inline bool UpdatedAtHasBeenSet() const { return m_updatedAtHasBeenSet; } /** *The time at which the finding was most recently updated.
*/ inline void SetUpdatedAt(const Aws::Utils::DateTime& value) { m_updatedAtHasBeenSet = true; m_updatedAt = value; } /** *The time at which the finding was most recently updated.
*/ inline void SetUpdatedAt(Aws::Utils::DateTime&& value) { m_updatedAtHasBeenSet = true; m_updatedAt = std::move(value); } /** *The time at which the finding was most recently updated.
*/ inline FindingSummary& WithUpdatedAt(const Aws::Utils::DateTime& value) { SetUpdatedAt(value); return *this;} /** *The time at which the finding was most recently updated.
*/ inline FindingSummary& WithUpdatedAt(Aws::Utils::DateTime&& value) { SetUpdatedAt(std::move(value)); return *this;} /** *The status of the finding.
*/ inline const FindingStatus& GetStatus() const{ return m_status; } /** *The status of the finding.
*/ inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; } /** *The status of the finding.
*/ inline void SetStatus(const FindingStatus& value) { m_statusHasBeenSet = true; m_status = value; } /** *The status of the finding.
*/ inline void SetStatus(FindingStatus&& value) { m_statusHasBeenSet = true; m_status = std::move(value); } /** *The status of the finding.
*/ inline FindingSummary& WithStatus(const FindingStatus& value) { SetStatus(value); return *this;} /** *The status of the finding.
*/ inline FindingSummary& WithStatus(FindingStatus&& value) { SetStatus(std::move(value)); return *this;} /** *The Amazon Web Services account ID that owns the resource.
*/ inline const Aws::String& GetResourceOwnerAccount() const{ return m_resourceOwnerAccount; } /** *The Amazon Web Services account ID that owns the resource.
*/ inline bool ResourceOwnerAccountHasBeenSet() const { return m_resourceOwnerAccountHasBeenSet; } /** *The Amazon Web Services account ID that owns the resource.
*/ inline void SetResourceOwnerAccount(const Aws::String& value) { m_resourceOwnerAccountHasBeenSet = true; m_resourceOwnerAccount = value; } /** *The Amazon Web Services account ID that owns the resource.
*/ inline void SetResourceOwnerAccount(Aws::String&& value) { m_resourceOwnerAccountHasBeenSet = true; m_resourceOwnerAccount = std::move(value); } /** *The Amazon Web Services account ID that owns the resource.
*/ inline void SetResourceOwnerAccount(const char* value) { m_resourceOwnerAccountHasBeenSet = true; m_resourceOwnerAccount.assign(value); } /** *The Amazon Web Services account ID that owns the resource.
*/ inline FindingSummary& WithResourceOwnerAccount(const Aws::String& value) { SetResourceOwnerAccount(value); return *this;} /** *The Amazon Web Services account ID that owns the resource.
*/ inline FindingSummary& WithResourceOwnerAccount(Aws::String&& value) { SetResourceOwnerAccount(std::move(value)); return *this;} /** *The Amazon Web Services account ID that owns the resource.
*/ inline FindingSummary& WithResourceOwnerAccount(const char* value) { SetResourceOwnerAccount(value); return *this;} /** *The error that resulted in an Error finding.
*/ inline const Aws::String& GetError() const{ return m_error; } /** *The error that resulted in an Error finding.
*/ inline bool ErrorHasBeenSet() const { return m_errorHasBeenSet; } /** *The error that resulted in an Error finding.
*/ inline void SetError(const Aws::String& value) { m_errorHasBeenSet = true; m_error = value; } /** *The error that resulted in an Error finding.
*/ inline void SetError(Aws::String&& value) { m_errorHasBeenSet = true; m_error = std::move(value); } /** *The error that resulted in an Error finding.
*/ inline void SetError(const char* value) { m_errorHasBeenSet = true; m_error.assign(value); } /** *The error that resulted in an Error finding.
*/ inline FindingSummary& WithError(const Aws::String& value) { SetError(value); return *this;} /** *The error that resulted in an Error finding.
*/ inline FindingSummary& WithError(Aws::String&& value) { SetError(std::move(value)); return *this;} /** *The error that resulted in an Error finding.
*/ inline FindingSummary& WithError(const char* value) { SetError(value); return *this;} /** *The sources of the finding. This indicates how the access that generated the * finding is granted. It is populated for Amazon S3 bucket findings.
*/ inline const Aws::VectorThe sources of the finding. This indicates how the access that generated the * finding is granted. It is populated for Amazon S3 bucket findings.
*/ inline bool SourcesHasBeenSet() const { return m_sourcesHasBeenSet; } /** *The sources of the finding. This indicates how the access that generated the * finding is granted. It is populated for Amazon S3 bucket findings.
*/ inline void SetSources(const Aws::VectorThe sources of the finding. This indicates how the access that generated the * finding is granted. It is populated for Amazon S3 bucket findings.
*/ inline void SetSources(Aws::VectorThe sources of the finding. This indicates how the access that generated the * finding is granted. It is populated for Amazon S3 bucket findings.
*/ inline FindingSummary& WithSources(const Aws::VectorThe sources of the finding. This indicates how the access that generated the * finding is granted. It is populated for Amazon S3 bucket findings.
*/ inline FindingSummary& WithSources(Aws::VectorThe sources of the finding. This indicates how the access that generated the * finding is granted. It is populated for Amazon S3 bucket findings.
*/ inline FindingSummary& AddSources(const FindingSource& value) { m_sourcesHasBeenSet = true; m_sources.push_back(value); return *this; } /** *The sources of the finding. This indicates how the access that generated the * finding is granted. It is populated for Amazon S3 bucket findings.
*/ inline FindingSummary& AddSources(FindingSource&& value) { m_sourcesHasBeenSet = true; m_sources.push_back(std::move(value)); return *this; } private: Aws::String m_id; bool m_idHasBeenSet = false; Aws::Map