Struct aws_sdk_securityhub::operation::update_configuration_policy::builders::UpdateConfigurationPolicyOutputBuilder
source · #[non_exhaustive]pub struct UpdateConfigurationPolicyOutputBuilder { /* private fields */ }
Expand description
A builder for UpdateConfigurationPolicyOutput
.
Implementations§
source§impl UpdateConfigurationPolicyOutputBuilder
impl UpdateConfigurationPolicyOutputBuilder
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The description of the configuration policy.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The description of the configuration policy.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
The description of the configuration policy.
sourcepub fn updated_at(self, input: DateTime) -> Self
pub fn updated_at(self, input: DateTime) -> Self
The date and time, in UTC and ISO 8601 format, that the configuration policy was last updated.
sourcepub fn set_updated_at(self, input: Option<DateTime>) -> Self
pub fn set_updated_at(self, input: Option<DateTime>) -> Self
The date and time, in UTC and ISO 8601 format, that the configuration policy was last updated.
sourcepub fn get_updated_at(&self) -> &Option<DateTime>
pub fn get_updated_at(&self) -> &Option<DateTime>
The date and time, in UTC and ISO 8601 format, that the configuration policy was last updated.
sourcepub fn created_at(self, input: DateTime) -> Self
pub fn created_at(self, input: DateTime) -> Self
The date and time, in UTC and ISO 8601 format, that the configuration policy was created.
sourcepub fn set_created_at(self, input: Option<DateTime>) -> Self
pub fn set_created_at(self, input: Option<DateTime>) -> Self
The date and time, in UTC and ISO 8601 format, that the configuration policy was created.
sourcepub fn get_created_at(&self) -> &Option<DateTime>
pub fn get_created_at(&self) -> &Option<DateTime>
The date and time, in UTC and ISO 8601 format, that the configuration policy was created.
sourcepub fn configuration_policy(self, input: Policy) -> Self
pub fn configuration_policy(self, input: Policy) -> Self
An object that defines how Security Hub is configured. It includes whether Security Hub is enabled or disabled, a list of enabled security standards, a list of enabled or disabled security controls, and a list of custom parameter values for specified controls. If the request included a list of security controls that are enabled in the configuration policy, Security Hub disables all other controls (including newly released controls). If the request included a list of security controls that are disabled in the configuration policy, Security Hub enables all other controls (including newly released controls).
sourcepub fn set_configuration_policy(self, input: Option<Policy>) -> Self
pub fn set_configuration_policy(self, input: Option<Policy>) -> Self
An object that defines how Security Hub is configured. It includes whether Security Hub is enabled or disabled, a list of enabled security standards, a list of enabled or disabled security controls, and a list of custom parameter values for specified controls. If the request included a list of security controls that are enabled in the configuration policy, Security Hub disables all other controls (including newly released controls). If the request included a list of security controls that are disabled in the configuration policy, Security Hub enables all other controls (including newly released controls).
sourcepub fn get_configuration_policy(&self) -> &Option<Policy>
pub fn get_configuration_policy(&self) -> &Option<Policy>
An object that defines how Security Hub is configured. It includes whether Security Hub is enabled or disabled, a list of enabled security standards, a list of enabled or disabled security controls, and a list of custom parameter values for specified controls. If the request included a list of security controls that are enabled in the configuration policy, Security Hub disables all other controls (including newly released controls). If the request included a list of security controls that are disabled in the configuration policy, Security Hub enables all other controls (including newly released controls).
sourcepub fn build(self) -> UpdateConfigurationPolicyOutput
pub fn build(self) -> UpdateConfigurationPolicyOutput
Consumes the builder and constructs a UpdateConfigurationPolicyOutput
.
Trait Implementations§
source§impl Clone for UpdateConfigurationPolicyOutputBuilder
impl Clone for UpdateConfigurationPolicyOutputBuilder
source§fn clone(&self) -> UpdateConfigurationPolicyOutputBuilder
fn clone(&self) -> UpdateConfigurationPolicyOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for UpdateConfigurationPolicyOutputBuilder
impl Default for UpdateConfigurationPolicyOutputBuilder
source§fn default() -> UpdateConfigurationPolicyOutputBuilder
fn default() -> UpdateConfigurationPolicyOutputBuilder
source§impl PartialEq for UpdateConfigurationPolicyOutputBuilder
impl PartialEq for UpdateConfigurationPolicyOutputBuilder
source§fn eq(&self, other: &UpdateConfigurationPolicyOutputBuilder) -> bool
fn eq(&self, other: &UpdateConfigurationPolicyOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.