@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.AccelerationMode
public String getMode()
AccelerationMode
public AccelerationSettings withMode(String mode)
mode
- Specify the conditions when the service will run your job with accelerated transcoding.AccelerationMode
public AccelerationSettings withMode(AccelerationMode mode)
mode
- Specify the conditions when the service will run your job with accelerated transcoding.AccelerationMode
public String toString()
toString
in class Object
Object.toString()
public AccelerationSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.