@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Range extends Object implements Serializable, Cloneable, StructuredPojo
Provides details about the location of an occurrence of sensitive data in a Microsoft Word document or non-binary text file.
Constructor and Description |
---|
Range() |
Modifier and Type | Method and Description |
---|---|
Range |
clone() |
boolean |
equals(Object obj) |
Long |
getEnd()
The number of lines from the beginning of the file to the end of the sensitive data.
|
Long |
getStart()
The number of lines from the beginning of the file to the beginning of the sensitive data.
|
Long |
getStartColumn()
The column number for the column that contains the data, if the file contains structured data.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEnd(Long end)
The number of lines from the beginning of the file to the end of the sensitive data.
|
void |
setStart(Long start)
The number of lines from the beginning of the file to the beginning of the sensitive data.
|
void |
setStartColumn(Long startColumn)
The column number for the column that contains the data, if the file contains structured data.
|
String |
toString()
Returns a string representation of this object.
|
Range |
withEnd(Long end)
The number of lines from the beginning of the file to the end of the sensitive data.
|
Range |
withStart(Long start)
The number of lines from the beginning of the file to the beginning of the sensitive data.
|
Range |
withStartColumn(Long startColumn)
The column number for the column that contains the data, if the file contains structured data.
|
public void setEnd(Long end)
The number of lines from the beginning of the file to the end of the sensitive data.
end
- The number of lines from the beginning of the file to the end of the sensitive data.public Long getEnd()
The number of lines from the beginning of the file to the end of the sensitive data.
public Range withEnd(Long end)
The number of lines from the beginning of the file to the end of the sensitive data.
end
- The number of lines from the beginning of the file to the end of the sensitive data.public void setStart(Long start)
The number of lines from the beginning of the file to the beginning of the sensitive data.
start
- The number of lines from the beginning of the file to the beginning of the sensitive data.public Long getStart()
The number of lines from the beginning of the file to the beginning of the sensitive data.
public Range withStart(Long start)
The number of lines from the beginning of the file to the beginning of the sensitive data.
start
- The number of lines from the beginning of the file to the beginning of the sensitive data.public void setStartColumn(Long startColumn)
The column number for the column that contains the data, if the file contains structured data.
startColumn
- The column number for the column that contains the data, if the file contains structured data.public Long getStartColumn()
The column number for the column that contains the data, if the file contains structured data.
public Range withStartColumn(Long startColumn)
The column number for the column that contains the data, if the file contains structured data.
startColumn
- The column number for the column that contains the data, if the file contains structured data.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.