Struct aws_sdk_applicationcostprofiler::operation::get_report_definition::builders::GetReportDefinitionInputBuilder
source · #[non_exhaustive]pub struct GetReportDefinitionInputBuilder { /* private fields */ }Expand description
A builder for GetReportDefinitionInput.
Implementations§
source§impl GetReportDefinitionInputBuilder
impl GetReportDefinitionInputBuilder
sourcepub fn report_id(self, input: impl Into<String>) -> Self
pub fn report_id(self, input: impl Into<String>) -> Self
ID of the report to retrieve.
This field is required.sourcepub fn set_report_id(self, input: Option<String>) -> Self
pub fn set_report_id(self, input: Option<String>) -> Self
ID of the report to retrieve.
sourcepub fn get_report_id(&self) -> &Option<String>
pub fn get_report_id(&self) -> &Option<String>
ID of the report to retrieve.
sourcepub fn build(self) -> Result<GetReportDefinitionInput, BuildError>
pub fn build(self) -> Result<GetReportDefinitionInput, BuildError>
Consumes the builder and constructs a GetReportDefinitionInput.
source§impl GetReportDefinitionInputBuilder
impl GetReportDefinitionInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<GetReportDefinitionOutput, SdkError<GetReportDefinitionError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<GetReportDefinitionOutput, SdkError<GetReportDefinitionError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for GetReportDefinitionInputBuilder
impl Clone for GetReportDefinitionInputBuilder
source§fn clone(&self) -> GetReportDefinitionInputBuilder
fn clone(&self) -> GetReportDefinitionInputBuilder
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 GetReportDefinitionInputBuilder
impl Default for GetReportDefinitionInputBuilder
source§fn default() -> GetReportDefinitionInputBuilder
fn default() -> GetReportDefinitionInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetReportDefinitionInputBuilder
impl PartialEq for GetReportDefinitionInputBuilder
source§fn eq(&self, other: &GetReportDefinitionInputBuilder) -> bool
fn eq(&self, other: &GetReportDefinitionInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetReportDefinitionInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetReportDefinitionInputBuilder
impl Send for GetReportDefinitionInputBuilder
impl Sync for GetReportDefinitionInputBuilder
impl Unpin for GetReportDefinitionInputBuilder
impl UnwindSafe for GetReportDefinitionInputBuilder
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.