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