@Generated(value="software.amazon.awssdk:codegen") public final class CaptureOption extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CaptureOption.Builder,CaptureOption>
Specifies data Model Monitor will capture.
Modifier and Type | Class and Description |
---|---|
static interface |
CaptureOption.Builder |
Modifier and Type | Method and Description |
---|---|
static CaptureOption.Builder |
builder() |
CaptureMode |
captureMode()
Specify the boundary of data to capture.
|
String |
captureModeAsString()
Specify the boundary of data to capture.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CaptureOption.Builder> |
serializableBuilderClass() |
CaptureOption.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final CaptureMode captureMode()
Specify the boundary of data to capture.
If the service returns an enum value that is not available in the current SDK version, captureMode
will
return CaptureMode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
captureModeAsString()
.
CaptureMode
public final String captureModeAsString()
Specify the boundary of data to capture.
If the service returns an enum value that is not available in the current SDK version, captureMode
will
return CaptureMode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
captureModeAsString()
.
CaptureMode
public CaptureOption.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<CaptureOption.Builder,CaptureOption>
public static CaptureOption.Builder builder()
public static Class<? extends CaptureOption.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.