Struct aws_sdk_codepipeline::operation::get_pipeline_state::builders::GetPipelineStateFluentBuilder
source · pub struct GetPipelineStateFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to GetPipelineState
.
Returns information about the state of a pipeline, including the stages and actions.
Values returned in the revisionId
and revisionUrl
fields indicate the source revision information, such as the commit ID, for the current state.
Implementations§
source§impl GetPipelineStateFluentBuilder
impl GetPipelineStateFluentBuilder
sourcepub fn as_input(&self) -> &GetPipelineStateInputBuilder
pub fn as_input(&self) -> &GetPipelineStateInputBuilder
Access the GetPipelineState as a reference.
sourcepub async fn send(
self
) -> Result<GetPipelineStateOutput, SdkError<GetPipelineStateError, HttpResponse>>
pub async fn send( self ) -> Result<GetPipelineStateOutput, SdkError<GetPipelineStateError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<GetPipelineStateOutput, GetPipelineStateError, Self>
pub fn customize( self ) -> CustomizableOperation<GetPipelineStateOutput, GetPipelineStateError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
The name of the pipeline about which you want to get information.
Trait Implementations§
source§impl Clone for GetPipelineStateFluentBuilder
impl Clone for GetPipelineStateFluentBuilder
source§fn clone(&self) -> GetPipelineStateFluentBuilder
fn clone(&self) -> GetPipelineStateFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more