Struct aws_sdk_auditmanager::operation::update_assessment_framework_share::UpdateAssessmentFrameworkShareInput
source · #[non_exhaustive]pub struct UpdateAssessmentFrameworkShareInput { /* private fields */ }Implementations§
sourcepub fn request_id(&self) -> Option<&str>
pub fn request_id(&self) -> Option<&str>
The unique identifier for the share request.
sourcepub fn request_type(&self) -> Option<&ShareRequestType>
pub fn request_type(&self) -> Option<&ShareRequestType>
Specifies whether the share request is a sent request or a received request.
sourcepub fn action(&self) -> Option<&ShareRequestAction>
pub fn action(&self) -> Option<&ShareRequestAction>
Specifies the update action for the share request.
sourcepub fn builder() -> UpdateAssessmentFrameworkShareInputBuilder
pub fn builder() -> UpdateAssessmentFrameworkShareInputBuilder
Creates a new builder-style object to manufacture UpdateAssessmentFrameworkShareInput.
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateAssessmentFrameworkShare, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<UpdateAssessmentFrameworkShare, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateAssessmentFrameworkShare>
Trait Implementations§
source§fn clone(&self) -> UpdateAssessmentFrameworkShareInput
fn clone(&self) -> UpdateAssessmentFrameworkShareInput
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§fn eq(&self, other: &UpdateAssessmentFrameworkShareInput) -> bool
fn eq(&self, other: &UpdateAssessmentFrameworkShareInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.Auto Trait Implementations§
Blanket Implementations§
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more