#[non_exhaustive]pub struct GetDeploymentTargetInput { /* private fields */ }
Implementations§
source§impl GetDeploymentTargetInput
impl GetDeploymentTargetInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetDeploymentTarget, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetDeploymentTarget, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetDeploymentTarget
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetDeploymentTargetInput
.
Trait Implementations§
source§impl Clone for GetDeploymentTargetInput
impl Clone for GetDeploymentTargetInput
source§fn clone(&self) -> GetDeploymentTargetInput
fn clone(&self) -> GetDeploymentTargetInput
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 GetDeploymentTargetInput
impl Debug for GetDeploymentTargetInput
source§impl PartialEq<GetDeploymentTargetInput> for GetDeploymentTargetInput
impl PartialEq<GetDeploymentTargetInput> for GetDeploymentTargetInput
source§fn eq(&self, other: &GetDeploymentTargetInput) -> bool
fn eq(&self, other: &GetDeploymentTargetInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.