Struct aws_sdk_codecommit::operation::get_repository_triggers::builders::GetRepositoryTriggersFluentBuilder
source · pub struct GetRepositoryTriggersFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to GetRepositoryTriggers
.
Gets information about triggers configured for a repository.
Implementations§
source§impl GetRepositoryTriggersFluentBuilder
impl GetRepositoryTriggersFluentBuilder
sourcepub fn as_input(&self) -> &GetRepositoryTriggersInputBuilder
pub fn as_input(&self) -> &GetRepositoryTriggersInputBuilder
Access the GetRepositoryTriggers as a reference.
sourcepub async fn send(
self
) -> Result<GetRepositoryTriggersOutput, SdkError<GetRepositoryTriggersError, HttpResponse>>
pub async fn send( self ) -> Result<GetRepositoryTriggersOutput, SdkError<GetRepositoryTriggersError, 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<GetRepositoryTriggersOutput, GetRepositoryTriggersError, Self>
pub fn customize( self ) -> CustomizableOperation<GetRepositoryTriggersOutput, GetRepositoryTriggersError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn repository_name(self, input: impl Into<String>) -> Self
pub fn repository_name(self, input: impl Into<String>) -> Self
The name of the repository for which the trigger is configured.
sourcepub fn set_repository_name(self, input: Option<String>) -> Self
pub fn set_repository_name(self, input: Option<String>) -> Self
The name of the repository for which the trigger is configured.
sourcepub fn get_repository_name(&self) -> &Option<String>
pub fn get_repository_name(&self) -> &Option<String>
The name of the repository for which the trigger is configured.
Trait Implementations§
source§impl Clone for GetRepositoryTriggersFluentBuilder
impl Clone for GetRepositoryTriggersFluentBuilder
source§fn clone(&self) -> GetRepositoryTriggersFluentBuilder
fn clone(&self) -> GetRepositoryTriggersFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more