@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Span extends Object implements Serializable, Cloneable, StructuredPojo
Span of text
| Constructor and Description |
|---|
Span() |
| Modifier and Type | Method and Description |
|---|---|
Span |
clone() |
boolean |
equals(Object obj) |
Integer |
getEnd()
End of span
|
Integer |
getStart()
Start of span
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEnd(Integer end)
End of span
|
void |
setStart(Integer start)
Start of span
|
String |
toString()
Returns a string representation of this object.
|
Span |
withEnd(Integer end)
End of span
|
Span |
withStart(Integer start)
Start of span
|
public void setStart(Integer start)
Start of span
start - Start of spanpublic Integer getStart()
Start of span
public Span withStart(Integer start)
Start of span
start - Start of spanpublic void setEnd(Integer end)
End of span
end - End of spanpublic Integer getEnd()
End of span
public Span withEnd(Integer end)
End of span
end - End of spanpublic String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.