Struct aws_sdk_elasticbeanstalk::operation::delete_platform_version::builders::DeletePlatformVersionOutputBuilder
source · #[non_exhaustive]pub struct DeletePlatformVersionOutputBuilder { /* private fields */ }
Expand description
A builder for DeletePlatformVersionOutput
.
Implementations§
source§impl DeletePlatformVersionOutputBuilder
impl DeletePlatformVersionOutputBuilder
sourcepub fn platform_summary(self, input: PlatformSummary) -> Self
pub fn platform_summary(self, input: PlatformSummary) -> Self
Detailed information about the version of the custom platform.
sourcepub fn set_platform_summary(self, input: Option<PlatformSummary>) -> Self
pub fn set_platform_summary(self, input: Option<PlatformSummary>) -> Self
Detailed information about the version of the custom platform.
sourcepub fn get_platform_summary(&self) -> &Option<PlatformSummary>
pub fn get_platform_summary(&self) -> &Option<PlatformSummary>
Detailed information about the version of the custom platform.
sourcepub fn build(self) -> DeletePlatformVersionOutput
pub fn build(self) -> DeletePlatformVersionOutput
Consumes the builder and constructs a DeletePlatformVersionOutput
.
Trait Implementations§
source§impl Clone for DeletePlatformVersionOutputBuilder
impl Clone for DeletePlatformVersionOutputBuilder
source§fn clone(&self) -> DeletePlatformVersionOutputBuilder
fn clone(&self) -> DeletePlatformVersionOutputBuilder
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 DeletePlatformVersionOutputBuilder
impl Default for DeletePlatformVersionOutputBuilder
source§fn default() -> DeletePlatformVersionOutputBuilder
fn default() -> DeletePlatformVersionOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeletePlatformVersionOutputBuilder> for DeletePlatformVersionOutputBuilder
impl PartialEq<DeletePlatformVersionOutputBuilder> for DeletePlatformVersionOutputBuilder
source§fn eq(&self, other: &DeletePlatformVersionOutputBuilder) -> bool
fn eq(&self, other: &DeletePlatformVersionOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeletePlatformVersionOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeletePlatformVersionOutputBuilder
impl Send for DeletePlatformVersionOutputBuilder
impl Sync for DeletePlatformVersionOutputBuilder
impl Unpin for DeletePlatformVersionOutputBuilder
impl UnwindSafe for DeletePlatformVersionOutputBuilder
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