@Generated(value="software.amazon.awssdk:codegen") public final class GetQueueUrlRequest extends SqsRequest implements ToCopyableBuilder<GetQueueUrlRequest.Builder,GetQueueUrlRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetQueueUrlRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetQueueUrlRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
queueName()
The name of the queue whose URL must be fetched.
|
String |
queueOwnerAWSAccountId()
The account ID of the account that created the queue.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetQueueUrlRequest.Builder> |
serializableBuilderClass() |
GetQueueUrlRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String queueName()
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.
-), and underscores (_).
Queue URLs and names are case-sensitive.
public final String queueOwnerAWSAccountId()
The account ID of the account that created the queue.
public GetQueueUrlRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetQueueUrlRequest.Builder,GetQueueUrlRequest>toBuilder in class SqsRequestpublic static GetQueueUrlRequest.Builder builder()
public static Class<? extends GetQueueUrlRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.