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