Struct aws_sdk_iotroborunner::operation::update_destination::builders::UpdateDestinationFluentBuilder
source · pub struct UpdateDestinationFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to UpdateDestination.
Grants permission to update a destination
Implementations§
source§impl UpdateDestinationFluentBuilder
impl UpdateDestinationFluentBuilder
sourcepub fn as_input(&self) -> &UpdateDestinationInputBuilder
pub fn as_input(&self) -> &UpdateDestinationInputBuilder
Access the UpdateDestination as a reference.
sourcepub async fn send(
self
) -> Result<UpdateDestinationOutput, SdkError<UpdateDestinationError, HttpResponse>>
pub async fn send( self ) -> Result<UpdateDestinationOutput, SdkError<UpdateDestinationError, 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 async fn customize(
self
) -> Result<CustomizableOperation<UpdateDestinationOutput, UpdateDestinationError>, SdkError<UpdateDestinationError>>
pub async fn customize( self ) -> Result<CustomizableOperation<UpdateDestinationOutput, UpdateDestinationError>, SdkError<UpdateDestinationError>>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn state(self, input: DestinationState) -> Self
pub fn state(self, input: DestinationState) -> Self
State of the destination.
sourcepub fn set_state(self, input: Option<DestinationState>) -> Self
pub fn set_state(self, input: Option<DestinationState>) -> Self
State of the destination.
sourcepub fn get_state(&self) -> &Option<DestinationState>
pub fn get_state(&self) -> &Option<DestinationState>
State of the destination.
sourcepub fn additional_fixed_properties(self, input: impl Into<String>) -> Self
pub fn additional_fixed_properties(self, input: impl Into<String>) -> Self
JSON document containing additional fixed properties regarding the destination
sourcepub fn set_additional_fixed_properties(self, input: Option<String>) -> Self
pub fn set_additional_fixed_properties(self, input: Option<String>) -> Self
JSON document containing additional fixed properties regarding the destination
sourcepub fn get_additional_fixed_properties(&self) -> &Option<String>
pub fn get_additional_fixed_properties(&self) -> &Option<String>
JSON document containing additional fixed properties regarding the destination
Trait Implementations§
source§impl Clone for UpdateDestinationFluentBuilder
impl Clone for UpdateDestinationFluentBuilder
source§fn clone(&self) -> UpdateDestinationFluentBuilder
fn clone(&self) -> UpdateDestinationFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more