Struct aws_sdk_migrationhub::operation::delete_progress_update_stream::builders::DeleteProgressUpdateStreamInputBuilder
source · #[non_exhaustive]pub struct DeleteProgressUpdateStreamInputBuilder { /* private fields */ }Expand description
A builder for DeleteProgressUpdateStreamInput.
Implementations§
source§impl DeleteProgressUpdateStreamInputBuilder
impl DeleteProgressUpdateStreamInputBuilder
sourcepub fn progress_update_stream_name(self, input: impl Into<String>) -> Self
pub fn progress_update_stream_name(self, input: impl Into<String>) -> Self
The name of the ProgressUpdateStream. Do not store personal data in this field.
This field is required.sourcepub fn set_progress_update_stream_name(self, input: Option<String>) -> Self
pub fn set_progress_update_stream_name(self, input: Option<String>) -> Self
The name of the ProgressUpdateStream. Do not store personal data in this field.
sourcepub fn get_progress_update_stream_name(&self) -> &Option<String>
pub fn get_progress_update_stream_name(&self) -> &Option<String>
The name of the ProgressUpdateStream. Do not store personal data in this field.
sourcepub fn dry_run(self, input: bool) -> Self
pub fn dry_run(self, input: bool) -> Self
Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
sourcepub fn set_dry_run(self, input: Option<bool>) -> Self
pub fn set_dry_run(self, input: Option<bool>) -> Self
Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
sourcepub fn get_dry_run(&self) -> &Option<bool>
pub fn get_dry_run(&self) -> &Option<bool>
Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
sourcepub fn build(self) -> Result<DeleteProgressUpdateStreamInput, BuildError>
pub fn build(self) -> Result<DeleteProgressUpdateStreamInput, BuildError>
Consumes the builder and constructs a DeleteProgressUpdateStreamInput.
source§impl DeleteProgressUpdateStreamInputBuilder
impl DeleteProgressUpdateStreamInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DeleteProgressUpdateStreamOutput, SdkError<DeleteProgressUpdateStreamError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DeleteProgressUpdateStreamOutput, SdkError<DeleteProgressUpdateStreamError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DeleteProgressUpdateStreamInputBuilder
impl Clone for DeleteProgressUpdateStreamInputBuilder
source§fn clone(&self) -> DeleteProgressUpdateStreamInputBuilder
fn clone(&self) -> DeleteProgressUpdateStreamInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DeleteProgressUpdateStreamInputBuilder
impl Default for DeleteProgressUpdateStreamInputBuilder
source§fn default() -> DeleteProgressUpdateStreamInputBuilder
fn default() -> DeleteProgressUpdateStreamInputBuilder
source§impl PartialEq for DeleteProgressUpdateStreamInputBuilder
impl PartialEq for DeleteProgressUpdateStreamInputBuilder
source§fn eq(&self, other: &DeleteProgressUpdateStreamInputBuilder) -> bool
fn eq(&self, other: &DeleteProgressUpdateStreamInputBuilder) -> bool
self and other values to be equal, and is used
by ==.