@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Range extends Object implements Serializable, Cloneable, StructuredPojo
Identifies where the sensitive data begins and ends.
Constructor and Description |
---|
Range() |
Modifier and Type | Method and Description |
---|---|
Range |
clone() |
boolean |
equals(Object obj) |
Long |
getEnd()
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 |
getStart()
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 |
getStartColumn()
In the line where the sensitive data starts, the column within the line where the sensitive data starts.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEnd(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.
|
void |
setStart(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.
|
void |
setStartColumn(Long startColumn)
In the line where the sensitive data starts, the column within the line where the sensitive data starts.
|
String |
toString()
Returns a string representation of this object.
|
Range |
withEnd(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.
|
Range |
withStart(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.
|
Range |
withStartColumn(Long startColumn)
In the line where the sensitive data starts, the column within the line where the sensitive data starts.
|
public void setStart(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.
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 Long getStart()
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 Range withStart(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.
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 void setEnd(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.
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 Long getEnd()
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 Range withEnd(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.
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 void setStartColumn(Long startColumn)
In the line where the sensitive data starts, the column within the line where the sensitive data starts.
startColumn
- In the line where the sensitive data starts, the column within the line where the sensitive data starts.public Long getStartColumn()
In the line where the sensitive data starts, the column within the line where the sensitive data starts.
public Range withStartColumn(Long startColumn)
In the line where the sensitive data starts, the column within the line where the sensitive data starts.
startColumn
- In the line where the sensitive data starts, the column within the line where the sensitive data starts.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.