Struct aws_sdk_elasticbeanstalk::operation::describe_platform_version::builders::DescribePlatformVersionOutputBuilder
source · #[non_exhaustive]pub struct DescribePlatformVersionOutputBuilder { /* private fields */ }Expand description
A builder for DescribePlatformVersionOutput.
Implementations§
source§impl DescribePlatformVersionOutputBuilder
impl DescribePlatformVersionOutputBuilder
sourcepub fn platform_description(self, input: PlatformDescription) -> Self
pub fn platform_description(self, input: PlatformDescription) -> Self
Detailed information about the platform version.
sourcepub fn set_platform_description(
self,
input: Option<PlatformDescription>
) -> Self
pub fn set_platform_description( self, input: Option<PlatformDescription> ) -> Self
Detailed information about the platform version.
sourcepub fn build(self) -> DescribePlatformVersionOutput
pub fn build(self) -> DescribePlatformVersionOutput
Consumes the builder and constructs a DescribePlatformVersionOutput.
Trait Implementations§
source§impl Clone for DescribePlatformVersionOutputBuilder
impl Clone for DescribePlatformVersionOutputBuilder
source§fn clone(&self) -> DescribePlatformVersionOutputBuilder
fn clone(&self) -> DescribePlatformVersionOutputBuilder
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 DescribePlatformVersionOutputBuilder
impl Default for DescribePlatformVersionOutputBuilder
source§fn default() -> DescribePlatformVersionOutputBuilder
fn default() -> DescribePlatformVersionOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribePlatformVersionOutputBuilder> for DescribePlatformVersionOutputBuilder
impl PartialEq<DescribePlatformVersionOutputBuilder> for DescribePlatformVersionOutputBuilder
source§fn eq(&self, other: &DescribePlatformVersionOutputBuilder) -> bool
fn eq(&self, other: &DescribePlatformVersionOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.