Struct aws_sdk_lexmodelsv2::operation::get_test_execution_artifacts_url::builders::GetTestExecutionArtifactsUrlFluentBuilder
source · pub struct GetTestExecutionArtifactsUrlFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to GetTestExecutionArtifactsUrl.
The pre-signed Amazon S3 URL to download the test execution result artifacts.
Implementations§
source§impl GetTestExecutionArtifactsUrlFluentBuilder
impl GetTestExecutionArtifactsUrlFluentBuilder
sourcepub fn as_input(&self) -> &GetTestExecutionArtifactsUrlInputBuilder
pub fn as_input(&self) -> &GetTestExecutionArtifactsUrlInputBuilder
Access the GetTestExecutionArtifactsUrl as a reference.
sourcepub async fn send(
self
) -> Result<GetTestExecutionArtifactsUrlOutput, SdkError<GetTestExecutionArtifactsUrlError, HttpResponse>>
pub async fn send( self ) -> Result<GetTestExecutionArtifactsUrlOutput, SdkError<GetTestExecutionArtifactsUrlError, 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<GetTestExecutionArtifactsUrlOutput, GetTestExecutionArtifactsUrlError, Self>
pub fn customize( self ) -> CustomizableOperation<GetTestExecutionArtifactsUrlOutput, GetTestExecutionArtifactsUrlError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn test_execution_id(self, input: impl Into<String>) -> Self
pub fn test_execution_id(self, input: impl Into<String>) -> Self
The unique identifier of the completed test execution.
sourcepub fn set_test_execution_id(self, input: Option<String>) -> Self
pub fn set_test_execution_id(self, input: Option<String>) -> Self
The unique identifier of the completed test execution.
sourcepub fn get_test_execution_id(&self) -> &Option<String>
pub fn get_test_execution_id(&self) -> &Option<String>
The unique identifier of the completed test execution.
Trait Implementations§
source§impl Clone for GetTestExecutionArtifactsUrlFluentBuilder
impl Clone for GetTestExecutionArtifactsUrlFluentBuilder
source§fn clone(&self) -> GetTestExecutionArtifactsUrlFluentBuilder
fn clone(&self) -> GetTestExecutionArtifactsUrlFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more