Struct aws_sdk_appstream::operation::create_image_builder_streaming_url::CreateImageBuilderStreamingUrlOutput
source · #[non_exhaustive]pub struct CreateImageBuilderStreamingUrlOutput { /* private fields */ }
Implementations§
source§impl CreateImageBuilderStreamingUrlOutput
impl CreateImageBuilderStreamingUrlOutput
sourcepub fn builder() -> CreateImageBuilderStreamingUrlOutputBuilder
pub fn builder() -> CreateImageBuilderStreamingUrlOutputBuilder
Creates a new builder-style object to manufacture CreateImageBuilderStreamingUrlOutput
.
Trait Implementations§
source§impl Clone for CreateImageBuilderStreamingUrlOutput
impl Clone for CreateImageBuilderStreamingUrlOutput
source§fn clone(&self) -> CreateImageBuilderStreamingUrlOutput
fn clone(&self) -> CreateImageBuilderStreamingUrlOutput
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 PartialEq<CreateImageBuilderStreamingUrlOutput> for CreateImageBuilderStreamingUrlOutput
impl PartialEq<CreateImageBuilderStreamingUrlOutput> for CreateImageBuilderStreamingUrlOutput
source§fn eq(&self, other: &CreateImageBuilderStreamingUrlOutput) -> bool
fn eq(&self, other: &CreateImageBuilderStreamingUrlOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for CreateImageBuilderStreamingUrlOutput
impl RequestId for CreateImageBuilderStreamingUrlOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.