Struct aws_sdk_kinesisanalyticsv2::types::builders::ApplicationCodeConfigurationUpdateBuilder
source · #[non_exhaustive]pub struct ApplicationCodeConfigurationUpdateBuilder { /* private fields */ }Expand description
A builder for ApplicationCodeConfigurationUpdate.
Implementations§
source§impl ApplicationCodeConfigurationUpdateBuilder
impl ApplicationCodeConfigurationUpdateBuilder
sourcepub fn code_content_type_update(self, input: CodeContentType) -> Self
pub fn code_content_type_update(self, input: CodeContentType) -> Self
Describes updates to the code content type.
sourcepub fn set_code_content_type_update(
self,
input: Option<CodeContentType>
) -> Self
pub fn set_code_content_type_update( self, input: Option<CodeContentType> ) -> Self
Describes updates to the code content type.
sourcepub fn get_code_content_type_update(&self) -> &Option<CodeContentType>
pub fn get_code_content_type_update(&self) -> &Option<CodeContentType>
Describes updates to the code content type.
sourcepub fn code_content_update(self, input: CodeContentUpdate) -> Self
pub fn code_content_update(self, input: CodeContentUpdate) -> Self
Describes updates to the code content of an application.
sourcepub fn set_code_content_update(self, input: Option<CodeContentUpdate>) -> Self
pub fn set_code_content_update(self, input: Option<CodeContentUpdate>) -> Self
Describes updates to the code content of an application.
sourcepub fn get_code_content_update(&self) -> &Option<CodeContentUpdate>
pub fn get_code_content_update(&self) -> &Option<CodeContentUpdate>
Describes updates to the code content of an application.
sourcepub fn build(self) -> ApplicationCodeConfigurationUpdate
pub fn build(self) -> ApplicationCodeConfigurationUpdate
Consumes the builder and constructs a ApplicationCodeConfigurationUpdate.
Trait Implementations§
source§impl Clone for ApplicationCodeConfigurationUpdateBuilder
impl Clone for ApplicationCodeConfigurationUpdateBuilder
source§fn clone(&self) -> ApplicationCodeConfigurationUpdateBuilder
fn clone(&self) -> ApplicationCodeConfigurationUpdateBuilder
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 ApplicationCodeConfigurationUpdateBuilder
impl Default for ApplicationCodeConfigurationUpdateBuilder
source§fn default() -> ApplicationCodeConfigurationUpdateBuilder
fn default() -> ApplicationCodeConfigurationUpdateBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ApplicationCodeConfigurationUpdateBuilder
impl PartialEq for ApplicationCodeConfigurationUpdateBuilder
source§fn eq(&self, other: &ApplicationCodeConfigurationUpdateBuilder) -> bool
fn eq(&self, other: &ApplicationCodeConfigurationUpdateBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ApplicationCodeConfigurationUpdateBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ApplicationCodeConfigurationUpdateBuilder
impl Send for ApplicationCodeConfigurationUpdateBuilder
impl Sync for ApplicationCodeConfigurationUpdateBuilder
impl Unpin for ApplicationCodeConfigurationUpdateBuilder
impl UnwindSafe for ApplicationCodeConfigurationUpdateBuilder
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.