@Generated(value="software.amazon.awssdk:codegen") public final class CreateQueueResponse extends SqsResponse implements ToCopyableBuilder<CreateQueueResponse.Builder,CreateQueueResponse>
Returns the QueueUrl
attribute of the created queue.
Modifier and Type | Class and Description |
---|---|
static interface |
CreateQueueResponse.Builder |
Modifier and Type | Method and Description |
---|---|
static CreateQueueResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
queueUrl()
The URL of the created Amazon SQS queue.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateQueueResponse.Builder> |
serializableBuilderClass() |
CreateQueueResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadata
sdkHttpResponse
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String queueUrl()
The URL of the created Amazon SQS queue.
public CreateQueueResponse.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<CreateQueueResponse.Builder,CreateQueueResponse>
toBuilder
in class AwsResponse
public static CreateQueueResponse.Builder builder()
public static Class<? extends CreateQueueResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsResponse
public boolean equals(Object obj)
equals
in class AwsResponse
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 SdkResponse
Copyright © 2020. All rights reserved.