@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateQueueRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateQueueRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateQueueRequest |
addTagsEntry(String key,
String value) |
CreateQueueRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateQueueRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
Optional.
|
String |
getName()
The name of the queue that you are creating.
|
String |
getPricingPlan()
Optional; default is on-demand.
|
ReservationPlanSettings |
getReservationPlanSettings()
Details about the pricing plan for your reserved queue.
|
Map<String,String> |
getTags()
The tags that you want to add to the resource.
|
int |
hashCode() |
void |
setDescription(String description)
Optional.
|
void |
setName(String name)
The name of the queue that you are creating.
|
void |
setPricingPlan(String pricingPlan)
Optional; default is on-demand.
|
void |
setReservationPlanSettings(ReservationPlanSettings reservationPlanSettings)
Details about the pricing plan for your reserved queue.
|
void |
setTags(Map<String,String> tags)
The tags that you want to add to the resource.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateQueueRequest |
withDescription(String description)
Optional.
|
CreateQueueRequest |
withName(String name)
The name of the queue that you are creating.
|
CreateQueueRequest |
withPricingPlan(PricingPlan pricingPlan)
Optional; default is on-demand.
|
CreateQueueRequest |
withPricingPlan(String pricingPlan)
Optional; default is on-demand.
|
CreateQueueRequest |
withReservationPlanSettings(ReservationPlanSettings reservationPlanSettings)
Details about the pricing plan for your reserved queue.
|
CreateQueueRequest |
withTags(Map<String,String> tags)
The tags that you want to add to the resource.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setDescription(String description)
description - Optional. A description of the queue that you are creating.public String getDescription()
public CreateQueueRequest withDescription(String description)
description - Optional. A description of the queue that you are creating.public void setName(String name)
name - The name of the queue that you are creating.public String getName()
public CreateQueueRequest withName(String name)
name - The name of the queue that you are creating.public void setPricingPlan(String pricingPlan)
pricingPlan - Optional; default is on-demand. Specifies whether the pricing plan for the queue is on-demand or reserved.
The pricing plan for the queue determines whether you pay on-demand or reserved pricing for the
transcoding jobs you run through the queue. For reserved queue pricing, you must set up a contract. You
can create a reserved queue contract through the AWS Elemental MediaConvert console.PricingPlanpublic String getPricingPlan()
PricingPlanpublic CreateQueueRequest withPricingPlan(String pricingPlan)
pricingPlan - Optional; default is on-demand. Specifies whether the pricing plan for the queue is on-demand or reserved.
The pricing plan for the queue determines whether you pay on-demand or reserved pricing for the
transcoding jobs you run through the queue. For reserved queue pricing, you must set up a contract. You
can create a reserved queue contract through the AWS Elemental MediaConvert console.PricingPlanpublic CreateQueueRequest withPricingPlan(PricingPlan pricingPlan)
pricingPlan - Optional; default is on-demand. Specifies whether the pricing plan for the queue is on-demand or reserved.
The pricing plan for the queue determines whether you pay on-demand or reserved pricing for the
transcoding jobs you run through the queue. For reserved queue pricing, you must set up a contract. You
can create a reserved queue contract through the AWS Elemental MediaConvert console.PricingPlanpublic void setReservationPlanSettings(ReservationPlanSettings reservationPlanSettings)
reservationPlanSettings - Details about the pricing plan for your reserved queue. Required for reserved queues and not applicable to
on-demand queues.public ReservationPlanSettings getReservationPlanSettings()
public CreateQueueRequest withReservationPlanSettings(ReservationPlanSettings reservationPlanSettings)
reservationPlanSettings - Details about the pricing plan for your reserved queue. Required for reserved queues and not applicable to
on-demand queues.public Map<String,String> getTags()
public void setTags(Map<String,String> tags)
tags - The tags that you want to add to the resource. You can tag resources with a key-value pair or with only a
key.public CreateQueueRequest withTags(Map<String,String> tags)
tags - The tags that you want to add to the resource. You can tag resources with a key-value pair or with only a
key.public CreateQueueRequest addTagsEntry(String key, String value)
public CreateQueueRequest clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public CreateQueueRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.