@Generated(value="software.amazon.awssdk:codegen") public final class Range extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Range.Builder,Range>
Identifies where the sensitive data begins and ends.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Range.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Range.Builder |
builder() |
Long |
end()
The number of lines (for a line range) or characters (for an offset range) from the beginning of the file to the
end of the sensitive data.
|
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 Range.Builder> |
serializableBuilderClass() |
Long |
start()
The number of lines (for a line range) or characters (for an offset range) from the beginning of the file to the
end of the sensitive data.
|
Long |
startColumn()
In the line where the sensitive data starts, the column within the line where the sensitive data starts.
|
Range.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long start()
The number of lines (for a line range) or characters (for an offset range) from the beginning of the file to the end of the sensitive data.
public final Long end()
The number of lines (for a line range) or characters (for an offset range) from the beginning of the file to the end of the sensitive data.
public final Long startColumn()
In the line where the sensitive data starts, the column within the line where the sensitive data starts.
public Range.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Range.Builder,Range>public static Range.Builder builder()
public static Class<? extends Range.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.