Struct aws_sdk_kinesisanalyticsv2::operation::delete_application_output::builders::DeleteApplicationOutputOutputBuilder
source · #[non_exhaustive]pub struct DeleteApplicationOutputOutputBuilder { /* private fields */ }Expand description
A builder for DeleteApplicationOutputOutput.
Implementations§
source§impl DeleteApplicationOutputOutputBuilder
impl DeleteApplicationOutputOutputBuilder
sourcepub fn application_arn(self, input: impl Into<String>) -> Self
pub fn application_arn(self, input: impl Into<String>) -> Self
The application Amazon Resource Name (ARN).
sourcepub fn set_application_arn(self, input: Option<String>) -> Self
pub fn set_application_arn(self, input: Option<String>) -> Self
The application Amazon Resource Name (ARN).
sourcepub fn get_application_arn(&self) -> &Option<String>
pub fn get_application_arn(&self) -> &Option<String>
The application Amazon Resource Name (ARN).
sourcepub fn application_version_id(self, input: i64) -> Self
pub fn application_version_id(self, input: i64) -> Self
The current application version ID.
sourcepub fn set_application_version_id(self, input: Option<i64>) -> Self
pub fn set_application_version_id(self, input: Option<i64>) -> Self
The current application version ID.
sourcepub fn get_application_version_id(&self) -> &Option<i64>
pub fn get_application_version_id(&self) -> &Option<i64>
The current application version ID.
sourcepub fn build(self) -> DeleteApplicationOutputOutput
pub fn build(self) -> DeleteApplicationOutputOutput
Consumes the builder and constructs a DeleteApplicationOutputOutput.
Trait Implementations§
source§impl Clone for DeleteApplicationOutputOutputBuilder
impl Clone for DeleteApplicationOutputOutputBuilder
source§fn clone(&self) -> DeleteApplicationOutputOutputBuilder
fn clone(&self) -> DeleteApplicationOutputOutputBuilder
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 DeleteApplicationOutputOutputBuilder
impl Default for DeleteApplicationOutputOutputBuilder
source§fn default() -> DeleteApplicationOutputOutputBuilder
fn default() -> DeleteApplicationOutputOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DeleteApplicationOutputOutputBuilder
impl PartialEq for DeleteApplicationOutputOutputBuilder
source§fn eq(&self, other: &DeleteApplicationOutputOutputBuilder) -> bool
fn eq(&self, other: &DeleteApplicationOutputOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteApplicationOutputOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteApplicationOutputOutputBuilder
impl Send for DeleteApplicationOutputOutputBuilder
impl Sync for DeleteApplicationOutputOutputBuilder
impl Unpin for DeleteApplicationOutputOutputBuilder
impl UnwindSafe for DeleteApplicationOutputOutputBuilder
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.