Struct aws_sdk_iot::input::UpdateStreamInput
source · #[non_exhaustive]pub struct UpdateStreamInput { /* private fields */ }
Implementations§
source§impl UpdateStreamInput
impl UpdateStreamInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateStream, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateStream, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateStream
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateStreamInput
.
source§impl UpdateStreamInput
impl UpdateStreamInput
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the stream.
sourcepub fn files(&self) -> Option<&[StreamFile]>
pub fn files(&self) -> Option<&[StreamFile]>
The files associated with the stream.
Trait Implementations§
source§impl Clone for UpdateStreamInput
impl Clone for UpdateStreamInput
source§fn clone(&self) -> UpdateStreamInput
fn clone(&self) -> UpdateStreamInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for UpdateStreamInput
impl Debug for UpdateStreamInput
source§impl PartialEq<UpdateStreamInput> for UpdateStreamInput
impl PartialEq<UpdateStreamInput> for UpdateStreamInput
source§fn eq(&self, other: &UpdateStreamInput) -> bool
fn eq(&self, other: &UpdateStreamInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.