#[non_exhaustive]pub struct GetDeploymentInputBuilder { /* private fields */ }
Expand description
A builder for GetDeploymentInput
.
Implementations§
source§impl GetDeploymentInputBuilder
impl GetDeploymentInputBuilder
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 associated with the IAM user or Amazon Web Services account.
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 associated with the IAM user or Amazon Web Services account.
sourcepub fn build(self) -> Result<GetDeploymentInput, BuildError>
pub fn build(self) -> Result<GetDeploymentInput, BuildError>
Consumes the builder and constructs a GetDeploymentInput
.
Trait Implementations§
source§impl Clone for GetDeploymentInputBuilder
impl Clone for GetDeploymentInputBuilder
source§fn clone(&self) -> GetDeploymentInputBuilder
fn clone(&self) -> GetDeploymentInputBuilder
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 Debug for GetDeploymentInputBuilder
impl Debug for GetDeploymentInputBuilder
source§impl Default for GetDeploymentInputBuilder
impl Default for GetDeploymentInputBuilder
source§fn default() -> GetDeploymentInputBuilder
fn default() -> GetDeploymentInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetDeploymentInputBuilder> for GetDeploymentInputBuilder
impl PartialEq<GetDeploymentInputBuilder> for GetDeploymentInputBuilder
source§fn eq(&self, other: &GetDeploymentInputBuilder) -> bool
fn eq(&self, other: &GetDeploymentInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.