Struct aws_sdk_codedeploy::operation::get_deployment_instance::builders::GetDeploymentInstanceInputBuilder
source · #[non_exhaustive]pub struct GetDeploymentInstanceInputBuilder { /* private fields */ }
Expand description
A builder for GetDeploymentInstanceInput
.
Implementations§
source§impl GetDeploymentInstanceInputBuilder
impl GetDeploymentInstanceInputBuilder
sourcepub fn deployment_id(self, input: impl Into<String>) -> Self
pub fn deployment_id(self, input: impl Into<String>) -> Self
The unique ID of a deployment.
sourcepub fn set_deployment_id(self, input: Option<String>) -> Self
pub fn set_deployment_id(self, input: Option<String>) -> Self
The unique ID of a deployment.
sourcepub fn instance_id(self, input: impl Into<String>) -> Self
pub fn instance_id(self, input: impl Into<String>) -> Self
The unique ID of an instance in the deployment group.
sourcepub fn set_instance_id(self, input: Option<String>) -> Self
pub fn set_instance_id(self, input: Option<String>) -> Self
The unique ID of an instance in the deployment group.
sourcepub fn build(self) -> Result<GetDeploymentInstanceInput, BuildError>
pub fn build(self) -> Result<GetDeploymentInstanceInput, BuildError>
Consumes the builder and constructs a GetDeploymentInstanceInput
.
Trait Implementations§
source§impl Clone for GetDeploymentInstanceInputBuilder
impl Clone for GetDeploymentInstanceInputBuilder
source§fn clone(&self) -> GetDeploymentInstanceInputBuilder
fn clone(&self) -> GetDeploymentInstanceInputBuilder
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 GetDeploymentInstanceInputBuilder
impl Default for GetDeploymentInstanceInputBuilder
source§fn default() -> GetDeploymentInstanceInputBuilder
fn default() -> GetDeploymentInstanceInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetDeploymentInstanceInputBuilder> for GetDeploymentInstanceInputBuilder
impl PartialEq<GetDeploymentInstanceInputBuilder> for GetDeploymentInstanceInputBuilder
source§fn eq(&self, other: &GetDeploymentInstanceInputBuilder) -> bool
fn eq(&self, other: &GetDeploymentInstanceInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.