Class Range
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.Range
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Range.Builder,Range>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRange.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Range.Builderbuilder()Longend()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.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends Range.Builder>serializableBuilderClass()Longstart()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.LongstartColumn()In the line where the sensitive data starts, the column within the line where the sensitive data starts.Range.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
start
public 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.
- Returns:
- 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.
-
end
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.
- Returns:
- 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.
-
startColumn
public final Long startColumn()
In the line where the sensitive data starts, the column within the line where the sensitive data starts.
- Returns:
- In the line where the sensitive data starts, the column within the line where the sensitive data starts.
-
toBuilder
public Range.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Range.Builder,Range>
-
builder
public static Range.Builder builder()
-
serializableBuilderClass
public static Class<? extends Range.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-