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