#[non_exhaustive]pub struct PutStoredQueryOutputBuilder { /* private fields */ }Expand description
A builder for PutStoredQueryOutput.
Implementations§
source§impl PutStoredQueryOutputBuilder
impl PutStoredQueryOutputBuilder
sourcepub fn query_arn(self, input: impl Into<String>) -> Self
pub fn query_arn(self, input: impl Into<String>) -> Self
Amazon Resource Name (ARN) of the query. For example, arn:partition:service:region:account-id:resource-type/resource-name/resource-id.
sourcepub fn set_query_arn(self, input: Option<String>) -> Self
pub fn set_query_arn(self, input: Option<String>) -> Self
Amazon Resource Name (ARN) of the query. For example, arn:partition:service:region:account-id:resource-type/resource-name/resource-id.
sourcepub fn get_query_arn(&self) -> &Option<String>
pub fn get_query_arn(&self) -> &Option<String>
Amazon Resource Name (ARN) of the query. For example, arn:partition:service:region:account-id:resource-type/resource-name/resource-id.
sourcepub fn build(self) -> PutStoredQueryOutput
pub fn build(self) -> PutStoredQueryOutput
Consumes the builder and constructs a PutStoredQueryOutput.
Trait Implementations§
source§impl Clone for PutStoredQueryOutputBuilder
impl Clone for PutStoredQueryOutputBuilder
source§fn clone(&self) -> PutStoredQueryOutputBuilder
fn clone(&self) -> PutStoredQueryOutputBuilder
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 Debug for PutStoredQueryOutputBuilder
impl Debug for PutStoredQueryOutputBuilder
source§impl Default for PutStoredQueryOutputBuilder
impl Default for PutStoredQueryOutputBuilder
source§fn default() -> PutStoredQueryOutputBuilder
fn default() -> PutStoredQueryOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for PutStoredQueryOutputBuilder
impl PartialEq for PutStoredQueryOutputBuilder
source§fn eq(&self, other: &PutStoredQueryOutputBuilder) -> bool
fn eq(&self, other: &PutStoredQueryOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for PutStoredQueryOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for PutStoredQueryOutputBuilder
impl Send for PutStoredQueryOutputBuilder
impl Sync for PutStoredQueryOutputBuilder
impl Unpin for PutStoredQueryOutputBuilder
impl UnwindSafe for PutStoredQueryOutputBuilder
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.