Struct aws_sdk_codedeploy::operation::get_on_premises_instance::builders::GetOnPremisesInstanceOutputBuilder
source · #[non_exhaustive]pub struct GetOnPremisesInstanceOutputBuilder { /* private fields */ }
Expand description
A builder for GetOnPremisesInstanceOutput
.
Implementations§
source§impl GetOnPremisesInstanceOutputBuilder
impl GetOnPremisesInstanceOutputBuilder
sourcepub fn instance_info(self, input: InstanceInfo) -> Self
pub fn instance_info(self, input: InstanceInfo) -> Self
Information about the on-premises instance.
sourcepub fn set_instance_info(self, input: Option<InstanceInfo>) -> Self
pub fn set_instance_info(self, input: Option<InstanceInfo>) -> Self
Information about the on-premises instance.
sourcepub fn build(self) -> GetOnPremisesInstanceOutput
pub fn build(self) -> GetOnPremisesInstanceOutput
Consumes the builder and constructs a GetOnPremisesInstanceOutput
.
Trait Implementations§
source§impl Clone for GetOnPremisesInstanceOutputBuilder
impl Clone for GetOnPremisesInstanceOutputBuilder
source§fn clone(&self) -> GetOnPremisesInstanceOutputBuilder
fn clone(&self) -> GetOnPremisesInstanceOutputBuilder
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 GetOnPremisesInstanceOutputBuilder
impl Default for GetOnPremisesInstanceOutputBuilder
source§fn default() -> GetOnPremisesInstanceOutputBuilder
fn default() -> GetOnPremisesInstanceOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetOnPremisesInstanceOutputBuilder> for GetOnPremisesInstanceOutputBuilder
impl PartialEq<GetOnPremisesInstanceOutputBuilder> for GetOnPremisesInstanceOutputBuilder
source§fn eq(&self, other: &GetOnPremisesInstanceOutputBuilder) -> bool
fn eq(&self, other: &GetOnPremisesInstanceOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.