@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ChildBlock extends Object implements Serializable, Cloneable, StructuredPojo
Nested block contained within a block.
Constructor and Description |
---|
ChildBlock() |
Modifier and Type | Method and Description |
---|---|
ChildBlock |
clone() |
boolean |
equals(Object obj) |
Integer |
getBeginOffset()
Offset of the start of the child block within its parent block.
|
String |
getChildBlockId()
Unique identifier for the child block.
|
Integer |
getEndOffset()
Offset of the end of the child block within its parent block.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBeginOffset(Integer beginOffset)
Offset of the start of the child block within its parent block.
|
void |
setChildBlockId(String childBlockId)
Unique identifier for the child block.
|
void |
setEndOffset(Integer endOffset)
Offset of the end of the child block within its parent block.
|
String |
toString()
Returns a string representation of this object.
|
ChildBlock |
withBeginOffset(Integer beginOffset)
Offset of the start of the child block within its parent block.
|
ChildBlock |
withChildBlockId(String childBlockId)
Unique identifier for the child block.
|
ChildBlock |
withEndOffset(Integer endOffset)
Offset of the end of the child block within its parent block.
|
public void setChildBlockId(String childBlockId)
Unique identifier for the child block.
childBlockId
- Unique identifier for the child block.public String getChildBlockId()
Unique identifier for the child block.
public ChildBlock withChildBlockId(String childBlockId)
Unique identifier for the child block.
childBlockId
- Unique identifier for the child block.public void setBeginOffset(Integer beginOffset)
Offset of the start of the child block within its parent block.
beginOffset
- Offset of the start of the child block within its parent block.public Integer getBeginOffset()
Offset of the start of the child block within its parent block.
public ChildBlock withBeginOffset(Integer beginOffset)
Offset of the start of the child block within its parent block.
beginOffset
- Offset of the start of the child block within its parent block.public void setEndOffset(Integer endOffset)
Offset of the end of the child block within its parent block.
endOffset
- Offset of the end of the child block within its parent block.public Integer getEndOffset()
Offset of the end of the child block within its parent block.
public ChildBlock withEndOffset(Integer endOffset)
Offset of the end of the child block within its parent block.
endOffset
- Offset of the end of the child block within its parent block.public String toString()
toString
in class Object
Object.toString()
public ChildBlock clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.