Struct aws_sdk_auditmanager::operation::update_assessment_framework::UpdateAssessmentFrameworkInput
source · #[non_exhaustive]pub struct UpdateAssessmentFrameworkInput { /* private fields */ }Implementations§
source§impl UpdateAssessmentFrameworkInput
impl UpdateAssessmentFrameworkInput
sourcepub fn framework_id(&self) -> Option<&str>
pub fn framework_id(&self) -> Option<&str>
The unique identifier for the framework.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the updated framework.
sourcepub fn compliance_type(&self) -> Option<&str>
pub fn compliance_type(&self) -> Option<&str>
The compliance type that the new custom framework supports, such as CIS or HIPAA.
sourcepub fn control_sets(&self) -> Option<&[UpdateAssessmentFrameworkControlSet]>
pub fn control_sets(&self) -> Option<&[UpdateAssessmentFrameworkControlSet]>
The control sets that are associated with the framework.
source§impl UpdateAssessmentFrameworkInput
impl UpdateAssessmentFrameworkInput
sourcepub fn builder() -> UpdateAssessmentFrameworkInputBuilder
pub fn builder() -> UpdateAssessmentFrameworkInputBuilder
Creates a new builder-style object to manufacture UpdateAssessmentFrameworkInput.
source§impl UpdateAssessmentFrameworkInput
impl UpdateAssessmentFrameworkInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateAssessmentFramework, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<UpdateAssessmentFramework, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateAssessmentFramework>
Trait Implementations§
source§impl Clone for UpdateAssessmentFrameworkInput
impl Clone for UpdateAssessmentFrameworkInput
source§fn clone(&self) -> UpdateAssessmentFrameworkInput
fn clone(&self) -> UpdateAssessmentFrameworkInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl PartialEq<UpdateAssessmentFrameworkInput> for UpdateAssessmentFrameworkInput
impl PartialEq<UpdateAssessmentFrameworkInput> for UpdateAssessmentFrameworkInput
source§fn eq(&self, other: &UpdateAssessmentFrameworkInput) -> bool
fn eq(&self, other: &UpdateAssessmentFrameworkInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateAssessmentFrameworkInput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateAssessmentFrameworkInput
impl Send for UpdateAssessmentFrameworkInput
impl Sync for UpdateAssessmentFrameworkInput
impl Unpin for UpdateAssessmentFrameworkInput
impl UnwindSafe for UpdateAssessmentFrameworkInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more