Struct aws_sdk_proton::operation::list_service_pipeline_outputs::builders::ListServicePipelineOutputsInputBuilder
source · #[non_exhaustive]pub struct ListServicePipelineOutputsInputBuilder { /* private fields */ }
Expand description
A builder for ListServicePipelineOutputsInput
.
Implementations§
source§impl ListServicePipelineOutputsInputBuilder
impl ListServicePipelineOutputsInputBuilder
sourcepub fn service_name(self, input: impl Into<String>) -> Self
pub fn service_name(self, input: impl Into<String>) -> Self
The name of the service whose pipeline's outputs you want.
This field is required.sourcepub fn set_service_name(self, input: Option<String>) -> Self
pub fn set_service_name(self, input: Option<String>) -> Self
The name of the service whose pipeline's outputs you want.
sourcepub fn get_service_name(&self) -> &Option<String>
pub fn get_service_name(&self) -> &Option<String>
The name of the service whose pipeline's outputs you want.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
A token that indicates the location of the next output in the array of outputs, after the list of outputs that was previously requested.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
A token that indicates the location of the next output in the array of outputs, after the list of outputs that was previously requested.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
A token that indicates the location of the next output in the array of outputs, after the list of outputs that was previously requested.
sourcepub fn deployment_id(self, input: impl Into<String>) -> Self
pub fn deployment_id(self, input: impl Into<String>) -> Self
The ID of the deployment you want the outputs for.
sourcepub fn set_deployment_id(self, input: Option<String>) -> Self
pub fn set_deployment_id(self, input: Option<String>) -> Self
The ID of the deployment you want the outputs for.
sourcepub fn get_deployment_id(&self) -> &Option<String>
pub fn get_deployment_id(&self) -> &Option<String>
The ID of the deployment you want the outputs for.
sourcepub fn build(self) -> Result<ListServicePipelineOutputsInput, BuildError>
pub fn build(self) -> Result<ListServicePipelineOutputsInput, BuildError>
Consumes the builder and constructs a ListServicePipelineOutputsInput
.
source§impl ListServicePipelineOutputsInputBuilder
impl ListServicePipelineOutputsInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<ListServicePipelineOutputsOutput, SdkError<ListServicePipelineOutputsError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<ListServicePipelineOutputsOutput, SdkError<ListServicePipelineOutputsError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for ListServicePipelineOutputsInputBuilder
impl Clone for ListServicePipelineOutputsInputBuilder
source§fn clone(&self) -> ListServicePipelineOutputsInputBuilder
fn clone(&self) -> ListServicePipelineOutputsInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for ListServicePipelineOutputsInputBuilder
impl Default for ListServicePipelineOutputsInputBuilder
source§fn default() -> ListServicePipelineOutputsInputBuilder
fn default() -> ListServicePipelineOutputsInputBuilder
source§impl PartialEq for ListServicePipelineOutputsInputBuilder
impl PartialEq for ListServicePipelineOutputsInputBuilder
source§fn eq(&self, other: &ListServicePipelineOutputsInputBuilder) -> bool
fn eq(&self, other: &ListServicePipelineOutputsInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.