@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CaptureOption extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
CaptureOption() |
Modifier and Type | Method and Description |
---|---|
CaptureOption |
clone() |
boolean |
equals(Object obj) |
String |
getCaptureMode()
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCaptureMode(String captureMode)
|
String |
toString()
Returns a string representation of this object.
|
CaptureOption |
withCaptureMode(CaptureMode captureMode)
|
CaptureOption |
withCaptureMode(String captureMode)
|
public void setCaptureMode(String captureMode)
captureMode
- CaptureMode
public String getCaptureMode()
CaptureMode
public CaptureOption withCaptureMode(String captureMode)
captureMode
- CaptureMode
public CaptureOption withCaptureMode(CaptureMode captureMode)
captureMode
- CaptureMode
public String toString()
toString
in class Object
Object.toString()
public CaptureOption clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.