@Generated(value="software.amazon.awssdk:codegen") public final class QueueReference extends Object implements SdkPojo, Serializable, ToCopyableBuilder<QueueReference.Builder,QueueReference>
A QueueReference object that contains the the QueueId and ARN for the queue resource for which metrics are returned.
| Modifier and Type | Class and Description |
|---|---|
static interface |
QueueReference.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of queue.
|
static QueueReference.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The ID of the queue associated with the metrics returned.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends QueueReference.Builder> |
serializableBuilderClass() |
QueueReference.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic String id()
The ID of the queue associated with the metrics returned.
public String arn()
The Amazon Resource Name (ARN) of queue.
public QueueReference.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<QueueReference.Builder,QueueReference>public static QueueReference.Builder builder()
public static Class<? extends QueueReference.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.