@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()
Acceleration configuration for the job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMode(String mode)
Acceleration configuration for the job.
|
String |
toString()
Returns a string representation of this object.
|
AccelerationSettings |
withMode(AccelerationMode mode)
Acceleration configuration for the job.
|
AccelerationSettings |
withMode(String mode)
Acceleration configuration for the job.
|
public void setMode(String mode)
mode
- Acceleration configuration for the job.AccelerationMode
public String getMode()
AccelerationMode
public AccelerationSettings withMode(String mode)
mode
- Acceleration configuration for the job.AccelerationMode
public AccelerationSettings withMode(AccelerationMode mode)
mode
- Acceleration configuration for the job.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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.