#[non_exhaustive]pub struct AssessmentEvidenceFolderBuilder { /* private fields */ }Expand description
A builder for AssessmentEvidenceFolder.
Implementations§
source§impl AssessmentEvidenceFolderBuilder
impl AssessmentEvidenceFolderBuilder
sourcepub fn date(self, input: DateTime) -> Self
pub fn date(self, input: DateTime) -> Self
The date when the first evidence was added to the evidence folder.
sourcepub fn set_date(self, input: Option<DateTime>) -> Self
pub fn set_date(self, input: Option<DateTime>) -> Self
The date when the first evidence was added to the evidence folder.
sourcepub fn get_date(&self) -> &Option<DateTime>
pub fn get_date(&self) -> &Option<DateTime>
The date when the first evidence was added to the evidence folder.
sourcepub fn assessment_id(self, input: impl Into<String>) -> Self
pub fn assessment_id(self, input: impl Into<String>) -> Self
The identifier for the assessment.
sourcepub fn set_assessment_id(self, input: Option<String>) -> Self
pub fn set_assessment_id(self, input: Option<String>) -> Self
The identifier for the assessment.
sourcepub fn get_assessment_id(&self) -> &Option<String>
pub fn get_assessment_id(&self) -> &Option<String>
The identifier for the assessment.
sourcepub fn control_set_id(self, input: impl Into<String>) -> Self
pub fn control_set_id(self, input: impl Into<String>) -> Self
The identifier for the control set.
sourcepub fn set_control_set_id(self, input: Option<String>) -> Self
pub fn set_control_set_id(self, input: Option<String>) -> Self
The identifier for the control set.
sourcepub fn get_control_set_id(&self) -> &Option<String>
pub fn get_control_set_id(&self) -> &Option<String>
The identifier for the control set.
sourcepub fn control_id(self, input: impl Into<String>) -> Self
pub fn control_id(self, input: impl Into<String>) -> Self
The unique identifier for the control.
sourcepub fn set_control_id(self, input: Option<String>) -> Self
pub fn set_control_id(self, input: Option<String>) -> Self
The unique identifier for the control.
sourcepub fn get_control_id(&self) -> &Option<String>
pub fn get_control_id(&self) -> &Option<String>
The unique identifier for the control.
sourcepub fn id(self, input: impl Into<String>) -> Self
pub fn id(self, input: impl Into<String>) -> Self
The identifier for the folder that the evidence is stored in.
sourcepub fn set_id(self, input: Option<String>) -> Self
pub fn set_id(self, input: Option<String>) -> Self
The identifier for the folder that the evidence is stored in.
sourcepub fn get_id(&self) -> &Option<String>
pub fn get_id(&self) -> &Option<String>
The identifier for the folder that the evidence is stored in.
sourcepub fn data_source(self, input: impl Into<String>) -> Self
pub fn data_source(self, input: impl Into<String>) -> Self
The Amazon Web Service that the evidence was collected from.
sourcepub fn set_data_source(self, input: Option<String>) -> Self
pub fn set_data_source(self, input: Option<String>) -> Self
The Amazon Web Service that the evidence was collected from.
sourcepub fn get_data_source(&self) -> &Option<String>
pub fn get_data_source(&self) -> &Option<String>
The Amazon Web Service that the evidence was collected from.
The name of the user who created the evidence folder.
The name of the user who created the evidence folder.
The name of the user who created the evidence folder.
sourcepub fn total_evidence(self, input: i32) -> Self
pub fn total_evidence(self, input: i32) -> Self
The total amount of evidence in the evidence folder.
sourcepub fn set_total_evidence(self, input: Option<i32>) -> Self
pub fn set_total_evidence(self, input: Option<i32>) -> Self
The total amount of evidence in the evidence folder.
sourcepub fn get_total_evidence(&self) -> &Option<i32>
pub fn get_total_evidence(&self) -> &Option<i32>
The total amount of evidence in the evidence folder.
sourcepub fn assessment_report_selection_count(self, input: i32) -> Self
pub fn assessment_report_selection_count(self, input: i32) -> Self
The total count of evidence that's included in the assessment report.
sourcepub fn set_assessment_report_selection_count(self, input: Option<i32>) -> Self
pub fn set_assessment_report_selection_count(self, input: Option<i32>) -> Self
The total count of evidence that's included in the assessment report.
sourcepub fn get_assessment_report_selection_count(&self) -> &Option<i32>
pub fn get_assessment_report_selection_count(&self) -> &Option<i32>
The total count of evidence that's included in the assessment report.
sourcepub fn control_name(self, input: impl Into<String>) -> Self
pub fn control_name(self, input: impl Into<String>) -> Self
The name of the control.
sourcepub fn set_control_name(self, input: Option<String>) -> Self
pub fn set_control_name(self, input: Option<String>) -> Self
The name of the control.
sourcepub fn get_control_name(&self) -> &Option<String>
pub fn get_control_name(&self) -> &Option<String>
The name of the control.
sourcepub fn evidence_resources_included_count(self, input: i32) -> Self
pub fn evidence_resources_included_count(self, input: i32) -> Self
The amount of evidence that's included in the evidence folder.
sourcepub fn set_evidence_resources_included_count(self, input: Option<i32>) -> Self
pub fn set_evidence_resources_included_count(self, input: Option<i32>) -> Self
The amount of evidence that's included in the evidence folder.
sourcepub fn get_evidence_resources_included_count(&self) -> &Option<i32>
pub fn get_evidence_resources_included_count(&self) -> &Option<i32>
The amount of evidence that's included in the evidence folder.
sourcepub fn evidence_by_type_configuration_data_count(self, input: i32) -> Self
pub fn evidence_by_type_configuration_data_count(self, input: i32) -> Self
The number of evidence that falls under the configuration data category. This evidence is collected from configuration snapshots of other Amazon Web Services such as Amazon EC2, Amazon S3, or IAM.
sourcepub fn set_evidence_by_type_configuration_data_count(
self,
input: Option<i32>
) -> Self
pub fn set_evidence_by_type_configuration_data_count( self, input: Option<i32> ) -> Self
The number of evidence that falls under the configuration data category. This evidence is collected from configuration snapshots of other Amazon Web Services such as Amazon EC2, Amazon S3, or IAM.
sourcepub fn get_evidence_by_type_configuration_data_count(&self) -> &Option<i32>
pub fn get_evidence_by_type_configuration_data_count(&self) -> &Option<i32>
The number of evidence that falls under the configuration data category. This evidence is collected from configuration snapshots of other Amazon Web Services such as Amazon EC2, Amazon S3, or IAM.
sourcepub fn evidence_by_type_manual_count(self, input: i32) -> Self
pub fn evidence_by_type_manual_count(self, input: i32) -> Self
The number of evidence that falls under the manual category. This evidence is imported manually.
sourcepub fn set_evidence_by_type_manual_count(self, input: Option<i32>) -> Self
pub fn set_evidence_by_type_manual_count(self, input: Option<i32>) -> Self
The number of evidence that falls under the manual category. This evidence is imported manually.
sourcepub fn get_evidence_by_type_manual_count(&self) -> &Option<i32>
pub fn get_evidence_by_type_manual_count(&self) -> &Option<i32>
The number of evidence that falls under the manual category. This evidence is imported manually.
sourcepub fn evidence_by_type_compliance_check_count(self, input: i32) -> Self
pub fn evidence_by_type_compliance_check_count(self, input: i32) -> Self
The number of evidence that falls under the compliance check category. This evidence is collected from Config or Security Hub.
sourcepub fn set_evidence_by_type_compliance_check_count(
self,
input: Option<i32>
) -> Self
pub fn set_evidence_by_type_compliance_check_count( self, input: Option<i32> ) -> Self
The number of evidence that falls under the compliance check category. This evidence is collected from Config or Security Hub.
sourcepub fn get_evidence_by_type_compliance_check_count(&self) -> &Option<i32>
pub fn get_evidence_by_type_compliance_check_count(&self) -> &Option<i32>
The number of evidence that falls under the compliance check category. This evidence is collected from Config or Security Hub.
sourcepub fn evidence_by_type_compliance_check_issues_count(self, input: i32) -> Self
pub fn evidence_by_type_compliance_check_issues_count(self, input: i32) -> Self
The total number of issues that were reported directly from Security Hub, Config, or both.
sourcepub fn set_evidence_by_type_compliance_check_issues_count(
self,
input: Option<i32>
) -> Self
pub fn set_evidence_by_type_compliance_check_issues_count( self, input: Option<i32> ) -> Self
The total number of issues that were reported directly from Security Hub, Config, or both.
sourcepub fn get_evidence_by_type_compliance_check_issues_count(&self) -> &Option<i32>
pub fn get_evidence_by_type_compliance_check_issues_count(&self) -> &Option<i32>
The total number of issues that were reported directly from Security Hub, Config, or both.
sourcepub fn evidence_by_type_user_activity_count(self, input: i32) -> Self
pub fn evidence_by_type_user_activity_count(self, input: i32) -> Self
The number of evidence that falls under the user activity category. This evidence is collected from CloudTrail logs.
sourcepub fn set_evidence_by_type_user_activity_count(
self,
input: Option<i32>
) -> Self
pub fn set_evidence_by_type_user_activity_count( self, input: Option<i32> ) -> Self
The number of evidence that falls under the user activity category. This evidence is collected from CloudTrail logs.
sourcepub fn get_evidence_by_type_user_activity_count(&self) -> &Option<i32>
pub fn get_evidence_by_type_user_activity_count(&self) -> &Option<i32>
The number of evidence that falls under the user activity category. This evidence is collected from CloudTrail logs.
sourcepub fn evidence_aws_service_source_count(self, input: i32) -> Self
pub fn evidence_aws_service_source_count(self, input: i32) -> Self
The total number of Amazon Web Services resources that were assessed to generate the evidence.
sourcepub fn set_evidence_aws_service_source_count(self, input: Option<i32>) -> Self
pub fn set_evidence_aws_service_source_count(self, input: Option<i32>) -> Self
The total number of Amazon Web Services resources that were assessed to generate the evidence.
sourcepub fn get_evidence_aws_service_source_count(&self) -> &Option<i32>
pub fn get_evidence_aws_service_source_count(&self) -> &Option<i32>
The total number of Amazon Web Services resources that were assessed to generate the evidence.
sourcepub fn build(self) -> AssessmentEvidenceFolder
pub fn build(self) -> AssessmentEvidenceFolder
Consumes the builder and constructs a AssessmentEvidenceFolder.
Trait Implementations§
source§impl Clone for AssessmentEvidenceFolderBuilder
impl Clone for AssessmentEvidenceFolderBuilder
source§fn clone(&self) -> AssessmentEvidenceFolderBuilder
fn clone(&self) -> AssessmentEvidenceFolderBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for AssessmentEvidenceFolderBuilder
impl Default for AssessmentEvidenceFolderBuilder
source§fn default() -> AssessmentEvidenceFolderBuilder
fn default() -> AssessmentEvidenceFolderBuilder
source§impl PartialEq for AssessmentEvidenceFolderBuilder
impl PartialEq for AssessmentEvidenceFolderBuilder
source§fn eq(&self, other: &AssessmentEvidenceFolderBuilder) -> bool
fn eq(&self, other: &AssessmentEvidenceFolderBuilder) -> bool
self and other values to be equal, and is used
by ==.