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