@Generated(value="software.amazon.awssdk:codegen") public class QueueConfigurationDeprecated extends Object implements ToCopyableBuilder<QueueConfigurationDeprecated.Builder,QueueConfigurationDeprecated>
| Modifier and Type | Class and Description |
|---|---|
static interface |
QueueConfigurationDeprecated.Builder |
| Modifier and Type | Method and Description |
|---|---|
static QueueConfigurationDeprecated.Builder |
builder() |
boolean |
equals(Object obj) |
Event |
event()
Returns the value of the Event property for this object.
|
List<Event> |
events()
Returns the value of the Events property for this object.
|
List<String> |
eventsStrings()
Returns the value of the Events property for this object.
|
String |
eventString()
Returns the value of the Event property for this object.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
Returns the value of the Id property for this object.
|
String |
queue()
Returns the value of the Queue property for this object.
|
static Class<? extends QueueConfigurationDeprecated.Builder> |
serializableBuilderClass() |
QueueConfigurationDeprecated.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()
public Event event()
If the service returns an enum value that is not available in the current SDK version, event will return
Event.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
eventString().
Eventpublic String eventString()
If the service returns an enum value that is not available in the current SDK version, event will return
Event.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
eventString().
Eventpublic List<Event> events()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<String> eventsStrings()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String queue()
public QueueConfigurationDeprecated.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<QueueConfigurationDeprecated.Builder,QueueConfigurationDeprecated>public static QueueConfigurationDeprecated.Builder builder()
public static Class<? extends QueueConfigurationDeprecated.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.