Struct aws_sdk_sqs::input::GetQueueUrlInput
source · #[non_exhaustive]pub struct GetQueueUrlInput { /* private fields */ }
Expand description
Implementations§
source§impl GetQueueUrlInput
impl GetQueueUrlInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetQueueUrl, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetQueueUrl, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetQueueUrl
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetQueueUrlInput
.
source§impl GetQueueUrlInput
impl GetQueueUrlInput
sourcepub fn queue_name(&self) -> Option<&str>
pub fn queue_name(&self) -> Option<&str>
The name of the queue whose URL must be fetched. Maximum 80 characters. Valid values: alphanumeric characters, hyphens (-
), and underscores (_
).
Queue URLs and names are case-sensitive.
sourcepub fn queue_owner_aws_account_id(&self) -> Option<&str>
pub fn queue_owner_aws_account_id(&self) -> Option<&str>
The Amazon Web Services account ID of the account that created the queue.
Trait Implementations§
source§impl Clone for GetQueueUrlInput
impl Clone for GetQueueUrlInput
source§fn clone(&self) -> GetQueueUrlInput
fn clone(&self) -> GetQueueUrlInput
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 GetQueueUrlInput
impl Debug for GetQueueUrlInput
source§impl PartialEq<GetQueueUrlInput> for GetQueueUrlInput
impl PartialEq<GetQueueUrlInput> for GetQueueUrlInput
source§fn eq(&self, other: &GetQueueUrlInput) -> bool
fn eq(&self, other: &GetQueueUrlInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.