Struct aws_sdk_lexmodelsv2::operation::update_test_set::builders::UpdateTestSetFluentBuilder
source · pub struct UpdateTestSetFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to UpdateTestSet
.
The action to update the test set.
Implementations§
source§impl UpdateTestSetFluentBuilder
impl UpdateTestSetFluentBuilder
sourcepub fn as_input(&self) -> &UpdateTestSetInputBuilder
pub fn as_input(&self) -> &UpdateTestSetInputBuilder
Access the UpdateTestSet as a reference.
sourcepub async fn send(
self
) -> Result<UpdateTestSetOutput, SdkError<UpdateTestSetError, HttpResponse>>
pub async fn send( self ) -> Result<UpdateTestSetOutput, SdkError<UpdateTestSetError, 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<UpdateTestSetOutput, UpdateTestSetError, Self>
pub fn customize( self ) -> CustomizableOperation<UpdateTestSetOutput, UpdateTestSetError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn test_set_id(self, input: impl Into<String>) -> Self
pub fn test_set_id(self, input: impl Into<String>) -> Self
The test set Id for which update test operation to be performed.
sourcepub fn set_test_set_id(self, input: Option<String>) -> Self
pub fn set_test_set_id(self, input: Option<String>) -> Self
The test set Id for which update test operation to be performed.
sourcepub fn get_test_set_id(&self) -> &Option<String>
pub fn get_test_set_id(&self) -> &Option<String>
The test set Id for which update test operation to be performed.
sourcepub fn test_set_name(self, input: impl Into<String>) -> Self
pub fn test_set_name(self, input: impl Into<String>) -> Self
The new test set name.
sourcepub fn set_test_set_name(self, input: Option<String>) -> Self
pub fn set_test_set_name(self, input: Option<String>) -> Self
The new test set name.
sourcepub fn get_test_set_name(&self) -> &Option<String>
pub fn get_test_set_name(&self) -> &Option<String>
The new test set name.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The new test set description.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The new test set description.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
The new test set description.
Trait Implementations§
source§impl Clone for UpdateTestSetFluentBuilder
impl Clone for UpdateTestSetFluentBuilder
source§fn clone(&self) -> UpdateTestSetFluentBuilder
fn clone(&self) -> UpdateTestSetFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more