@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 Amazon Web Services 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.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public 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 Amazon Web Services account ID of the account that created the queue.
public GetQueueUrlRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<GetQueueUrlRequest.Builder,GetQueueUrlRequest>
toBuilder
in class SqsRequest
public static GetQueueUrlRequest.Builder builder()
public static Class<? extends GetQueueUrlRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2023. All rights reserved.