Struct aws_sdk_wafv2::types::builders::MobileSdkReleaseBuilder
source · #[non_exhaustive]pub struct MobileSdkReleaseBuilder { /* private fields */ }Expand description
A builder for MobileSdkRelease.
Implementations§
source§impl MobileSdkReleaseBuilder
impl MobileSdkReleaseBuilder
sourcepub fn release_version(self, input: impl Into<String>) -> Self
pub fn release_version(self, input: impl Into<String>) -> Self
The release version.
sourcepub fn set_release_version(self, input: Option<String>) -> Self
pub fn set_release_version(self, input: Option<String>) -> Self
The release version.
sourcepub fn get_release_version(&self) -> &Option<String>
pub fn get_release_version(&self) -> &Option<String>
The release version.
sourcepub fn set_timestamp(self, input: Option<DateTime>) -> Self
pub fn set_timestamp(self, input: Option<DateTime>) -> Self
The timestamp of the release.
sourcepub fn get_timestamp(&self) -> &Option<DateTime>
pub fn get_timestamp(&self) -> &Option<DateTime>
The timestamp of the release.
sourcepub fn release_notes(self, input: impl Into<String>) -> Self
pub fn release_notes(self, input: impl Into<String>) -> Self
Notes describing the release.
sourcepub fn set_release_notes(self, input: Option<String>) -> Self
pub fn set_release_notes(self, input: Option<String>) -> Self
Notes describing the release.
sourcepub fn get_release_notes(&self) -> &Option<String>
pub fn get_release_notes(&self) -> &Option<String>
Notes describing the release.
Appends an item to tags.
To override the contents of this collection use set_tags.
Tags that are associated with the release.
Tags that are associated with the release.
Tags that are associated with the release.
sourcepub fn build(self) -> MobileSdkRelease
pub fn build(self) -> MobileSdkRelease
Consumes the builder and constructs a MobileSdkRelease.
Trait Implementations§
source§impl Clone for MobileSdkReleaseBuilder
impl Clone for MobileSdkReleaseBuilder
source§fn clone(&self) -> MobileSdkReleaseBuilder
fn clone(&self) -> MobileSdkReleaseBuilder
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 MobileSdkReleaseBuilder
impl Debug for MobileSdkReleaseBuilder
source§impl Default for MobileSdkReleaseBuilder
impl Default for MobileSdkReleaseBuilder
source§fn default() -> MobileSdkReleaseBuilder
fn default() -> MobileSdkReleaseBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for MobileSdkReleaseBuilder
impl PartialEq for MobileSdkReleaseBuilder
source§fn eq(&self, other: &MobileSdkReleaseBuilder) -> bool
fn eq(&self, other: &MobileSdkReleaseBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for MobileSdkReleaseBuilder
Auto Trait Implementations§
impl RefUnwindSafe for MobileSdkReleaseBuilder
impl Send for MobileSdkReleaseBuilder
impl Sync for MobileSdkReleaseBuilder
impl Unpin for MobileSdkReleaseBuilder
impl UnwindSafe for MobileSdkReleaseBuilder
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.