Struct aws_sdk_auditmanager::operation::get_assessment_framework::builders::GetAssessmentFrameworkInputBuilder
source · #[non_exhaustive]pub struct GetAssessmentFrameworkInputBuilder { /* private fields */ }
Expand description
A builder for GetAssessmentFrameworkInput
.
Implementations§
source§impl GetAssessmentFrameworkInputBuilder
impl GetAssessmentFrameworkInputBuilder
sourcepub fn framework_id(self, input: impl Into<String>) -> Self
pub fn framework_id(self, input: impl Into<String>) -> Self
The identifier for the framework.
This field is required.sourcepub fn set_framework_id(self, input: Option<String>) -> Self
pub fn set_framework_id(self, input: Option<String>) -> Self
The identifier for the framework.
sourcepub fn get_framework_id(&self) -> &Option<String>
pub fn get_framework_id(&self) -> &Option<String>
The identifier for the framework.
sourcepub fn build(self) -> Result<GetAssessmentFrameworkInput, BuildError>
pub fn build(self) -> Result<GetAssessmentFrameworkInput, BuildError>
Consumes the builder and constructs a GetAssessmentFrameworkInput
.
source§impl GetAssessmentFrameworkInputBuilder
impl GetAssessmentFrameworkInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<GetAssessmentFrameworkOutput, SdkError<GetAssessmentFrameworkError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<GetAssessmentFrameworkOutput, SdkError<GetAssessmentFrameworkError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for GetAssessmentFrameworkInputBuilder
impl Clone for GetAssessmentFrameworkInputBuilder
source§fn clone(&self) -> GetAssessmentFrameworkInputBuilder
fn clone(&self) -> GetAssessmentFrameworkInputBuilder
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 Default for GetAssessmentFrameworkInputBuilder
impl Default for GetAssessmentFrameworkInputBuilder
source§fn default() -> GetAssessmentFrameworkInputBuilder
fn default() -> GetAssessmentFrameworkInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetAssessmentFrameworkInputBuilder
impl PartialEq for GetAssessmentFrameworkInputBuilder
source§fn eq(&self, other: &GetAssessmentFrameworkInputBuilder) -> bool
fn eq(&self, other: &GetAssessmentFrameworkInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetAssessmentFrameworkInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetAssessmentFrameworkInputBuilder
impl Send for GetAssessmentFrameworkInputBuilder
impl Sync for GetAssessmentFrameworkInputBuilder
impl Unpin for GetAssessmentFrameworkInputBuilder
impl UnwindSafe for GetAssessmentFrameworkInputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.