@Generated(value="software.amazon.awssdk:codegen") public final class Range extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Range.Builder,Range>
Specifies the location of an occurrence of sensitive data in a non-binary text file, such as an HTML, TXT, or XML file.
| 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 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 from the beginning of the file to the beginning of the sensitive data.
|
Long |
startColumn()
The number of characters, with spaces and starting from 1, from the beginning of the first line that contains the
sensitive data (start) to the beginning of the sensitive data.
|
Range.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long end()
The number of lines from the beginning of the file to the end of the sensitive data.
public final Long start()
The number of lines from the beginning of the file to the beginning of the sensitive data.
public final Long startColumn()
The number of characters, with spaces and starting from 1, from the beginning of the first line that contains the sensitive data (start) to the beginning of the sensitive data.
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 © 2021. All rights reserved.