@Generated(value="software.amazon.awssdk:codegen") public final class UpdateQueueRequest extends MediaConvertRequest implements ToCopyableBuilder<UpdateQueueRequest.Builder,UpdateQueueRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
UpdateQueueRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static UpdateQueueRequest.Builder |
builder() |
String |
description()
The new description for the queue, if you are changing it.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the queue that you are modifying.
|
ReservationPlanSettings |
reservationPlanSettings()
The new details of your pricing plan for your reserved queue.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateQueueRequest.Builder> |
serializableBuilderClass() |
QueueStatus |
status()
Pause or activate a queue by changing its status between ACTIVE and PAUSED.
|
String |
statusAsString()
Pause or activate a queue by changing its status between ACTIVE and PAUSED.
|
UpdateQueueRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String description()
public String name()
public ReservationPlanSettings reservationPlanSettings()
public QueueStatus status()
If the service returns an enum value that is not available in the current SDK version, status
will
return QueueStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
statusAsString()
.
QueueStatus
public String statusAsString()
If the service returns an enum value that is not available in the current SDK version, status
will
return QueueStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
statusAsString()
.
QueueStatus
public UpdateQueueRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<UpdateQueueRequest.Builder,UpdateQueueRequest>
toBuilder
in class MediaConvertRequest
public static UpdateQueueRequest.Builder builder()
public static Class<? extends UpdateQueueRequest.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 © 2019. All rights reserved.