Struct aws_sdk_m2::input::GetDeploymentInput
source · [−]#[non_exhaustive]pub struct GetDeploymentInput { /* private fields */ }Implementations
sourceimpl GetDeploymentInput
impl GetDeploymentInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetDeployment, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetDeployment, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetDeployment>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetDeploymentInput.
sourceimpl GetDeploymentInput
impl GetDeploymentInput
sourcepub fn deployment_id(&self) -> Option<&str>
pub fn deployment_id(&self) -> Option<&str>
The unique identifier for the deployment.
sourcepub fn application_id(&self) -> Option<&str>
pub fn application_id(&self) -> Option<&str>
The unique identifier of the application.
Trait Implementations
sourceimpl Clone for GetDeploymentInput
impl Clone for GetDeploymentInput
sourcefn clone(&self) -> GetDeploymentInput
fn clone(&self) -> GetDeploymentInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GetDeploymentInput
impl Debug for GetDeploymentInput
sourceimpl PartialEq<GetDeploymentInput> for GetDeploymentInput
impl PartialEq<GetDeploymentInput> for GetDeploymentInput
sourcefn eq(&self, other: &GetDeploymentInput) -> bool
fn eq(&self, other: &GetDeploymentInput) -> bool
impl StructuralPartialEq for GetDeploymentInput
Auto Trait Implementations
impl RefUnwindSafe for GetDeploymentInput
impl Send for GetDeploymentInput
impl Sync for GetDeploymentInput
impl Unpin for GetDeploymentInput
impl UnwindSafe for GetDeploymentInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more