ToCopyableBuilder<Queue.Builder,Queue>
@Generated("software.amazon.awssdk:codegen") public class Queue extends Object implements ToCopyableBuilder<Queue.Builder,Queue>
Describes a queue.
Modifier and Type | Class | Description |
---|---|---|
static interface |
Queue.Builder |
Modifier and Type | Method | Description |
---|---|---|
static Queue.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
name() |
The name of the queue.
|
static Class<? extends Queue.Builder> |
serializableBuilderClass() |
|
Queue.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
url() |
The URL of the queue.
|
public String name()
The name of the queue.
public String url()
The URL of the queue.
public Queue.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Queue.Builder,Queue>
public static Queue.Builder builder()
public static Class<? extends Queue.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.