@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 AWS 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 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 String queueOwnerAWSAccountId()
The AWS 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 int hashCode()
hashCode
in class AwsRequest
public boolean equals(Object obj)
equals
in class AwsRequest
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2020. All rights reserved.