Struct aws_sdk_sqs::operation::get_queue_url::GetQueueUrlOutput
source · #[non_exhaustive]pub struct GetQueueUrlOutput { /* private fields */ }Expand description
For more information, see Interpreting Responses in the Amazon SQS Developer Guide.
Implementations§
source§impl GetQueueUrlOutput
impl GetQueueUrlOutput
sourcepub fn builder() -> GetQueueUrlOutputBuilder
pub fn builder() -> GetQueueUrlOutputBuilder
Creates a new builder-style object to manufacture GetQueueUrlOutput.
Trait Implementations§
source§impl Clone for GetQueueUrlOutput
impl Clone for GetQueueUrlOutput
source§fn clone(&self) -> GetQueueUrlOutput
fn clone(&self) -> GetQueueUrlOutput
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 GetQueueUrlOutput
impl Debug for GetQueueUrlOutput
source§impl PartialEq<GetQueueUrlOutput> for GetQueueUrlOutput
impl PartialEq<GetQueueUrlOutput> for GetQueueUrlOutput
source§fn eq(&self, other: &GetQueueUrlOutput) -> bool
fn eq(&self, other: &GetQueueUrlOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetQueueUrlOutput
impl RequestId for GetQueueUrlOutput
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.