Struct aws_sdk_ecs::operation::update_capacity_provider::builders::UpdateCapacityProviderOutputBuilder
source · #[non_exhaustive]pub struct UpdateCapacityProviderOutputBuilder { /* private fields */ }Expand description
A builder for UpdateCapacityProviderOutput.
Implementations§
source§impl UpdateCapacityProviderOutputBuilder
impl UpdateCapacityProviderOutputBuilder
sourcepub fn capacity_provider(self, input: CapacityProvider) -> Self
pub fn capacity_provider(self, input: CapacityProvider) -> Self
Details about the capacity provider.
sourcepub fn set_capacity_provider(self, input: Option<CapacityProvider>) -> Self
pub fn set_capacity_provider(self, input: Option<CapacityProvider>) -> Self
Details about the capacity provider.
sourcepub fn build(self) -> UpdateCapacityProviderOutput
pub fn build(self) -> UpdateCapacityProviderOutput
Consumes the builder and constructs a UpdateCapacityProviderOutput.
Trait Implementations§
source§impl Clone for UpdateCapacityProviderOutputBuilder
impl Clone for UpdateCapacityProviderOutputBuilder
source§fn clone(&self) -> UpdateCapacityProviderOutputBuilder
fn clone(&self) -> UpdateCapacityProviderOutputBuilder
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 UpdateCapacityProviderOutputBuilder
impl Default for UpdateCapacityProviderOutputBuilder
source§fn default() -> UpdateCapacityProviderOutputBuilder
fn default() -> UpdateCapacityProviderOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateCapacityProviderOutputBuilder> for UpdateCapacityProviderOutputBuilder
impl PartialEq<UpdateCapacityProviderOutputBuilder> for UpdateCapacityProviderOutputBuilder
source§fn eq(&self, other: &UpdateCapacityProviderOutputBuilder) -> bool
fn eq(&self, other: &UpdateCapacityProviderOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.