@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReservationPlanSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
ReservationPlanSettings() |
| Modifier and Type | Method and Description |
|---|---|
ReservationPlanSettings |
clone() |
boolean |
equals(Object obj) |
String |
getCommitment()
The length of time that you commit to when you set up a pricing plan contract for a reserved queue.
|
String |
getRenewalType()
Specifies whether the pricing plan contract for your reserved queue automatically renews (AUTO_RENEW) or expires
(EXPIRE) at the end of the contract period.
|
Integer |
getReservedSlots()
Specifies the number of reserved transcode slots (RTSs) for this queue.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCommitment(String commitment)
The length of time that you commit to when you set up a pricing plan contract for a reserved queue.
|
void |
setRenewalType(String renewalType)
Specifies whether the pricing plan contract for your reserved queue automatically renews (AUTO_RENEW) or expires
(EXPIRE) at the end of the contract period.
|
void |
setReservedSlots(Integer reservedSlots)
Specifies the number of reserved transcode slots (RTSs) for this queue.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ReservationPlanSettings |
withCommitment(Commitment commitment)
The length of time that you commit to when you set up a pricing plan contract for a reserved queue.
|
ReservationPlanSettings |
withCommitment(String commitment)
The length of time that you commit to when you set up a pricing plan contract for a reserved queue.
|
ReservationPlanSettings |
withRenewalType(RenewalType renewalType)
Specifies whether the pricing plan contract for your reserved queue automatically renews (AUTO_RENEW) or expires
(EXPIRE) at the end of the contract period.
|
ReservationPlanSettings |
withRenewalType(String renewalType)
Specifies whether the pricing plan contract for your reserved queue automatically renews (AUTO_RENEW) or expires
(EXPIRE) at the end of the contract period.
|
ReservationPlanSettings |
withReservedSlots(Integer reservedSlots)
Specifies the number of reserved transcode slots (RTSs) for this queue.
|
public void setCommitment(String commitment)
commitment - The length of time that you commit to when you set up a pricing plan contract for a reserved queue.Commitmentpublic String getCommitment()
Commitmentpublic ReservationPlanSettings withCommitment(String commitment)
commitment - The length of time that you commit to when you set up a pricing plan contract for a reserved queue.Commitmentpublic ReservationPlanSettings withCommitment(Commitment commitment)
commitment - The length of time that you commit to when you set up a pricing plan contract for a reserved queue.Commitmentpublic void setRenewalType(String renewalType)
renewalType - Specifies whether the pricing plan contract for your reserved queue automatically renews (AUTO_RENEW) or
expires (EXPIRE) at the end of the contract period.RenewalTypepublic String getRenewalType()
RenewalTypepublic ReservationPlanSettings withRenewalType(String renewalType)
renewalType - Specifies whether the pricing plan contract for your reserved queue automatically renews (AUTO_RENEW) or
expires (EXPIRE) at the end of the contract period.RenewalTypepublic ReservationPlanSettings withRenewalType(RenewalType renewalType)
renewalType - Specifies whether the pricing plan contract for your reserved queue automatically renews (AUTO_RENEW) or
expires (EXPIRE) at the end of the contract period.RenewalTypepublic void setReservedSlots(Integer reservedSlots)
reservedSlots - Specifies the number of reserved transcode slots (RTSs) for this queue. The number of RTS determines how
many jobs the queue can process in parallel; each RTS can process one job at a time. To increase this
number, create a replacement contract through the AWS Elemental MediaConvert console.public Integer getReservedSlots()
public ReservationPlanSettings withReservedSlots(Integer reservedSlots)
reservedSlots - Specifies the number of reserved transcode slots (RTSs) for this queue. The number of RTS determines how
many jobs the queue can process in parallel; each RTS can process one job at a time. To increase this
number, create a replacement contract through the AWS Elemental MediaConvert console.public String toString()
toString in class ObjectObject.toString()public ReservationPlanSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.