@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AccelerationSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
AccelerationSettings() |
| Modifier and Type | Method and Description |
|---|---|
AccelerationSettings |
clone() |
boolean |
equals(Object obj) |
String |
getMode()
Specify the conditions when the service will run your job with accelerated transcoding.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setMode(String mode)
Specify the conditions when the service will run your job with accelerated transcoding.
|
String |
toString()
Returns a string representation of this object.
|
AccelerationSettings |
withMode(AccelerationMode mode)
Specify the conditions when the service will run your job with accelerated transcoding.
|
AccelerationSettings |
withMode(String mode)
Specify the conditions when the service will run your job with accelerated transcoding.
|
public void setMode(String mode)
mode - Specify the conditions when the service will run your job with accelerated transcoding.AccelerationModepublic String getMode()
AccelerationModepublic AccelerationSettings withMode(String mode)
mode - Specify the conditions when the service will run your job with accelerated transcoding.AccelerationModepublic AccelerationSettings withMode(AccelerationMode mode)
mode - Specify the conditions when the service will run your job with accelerated transcoding.AccelerationModepublic String toString()
toString in class ObjectObject.toString()public AccelerationSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.