@Generated(value="software.amazon.awssdk:codegen") public final class ChildBlock extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ChildBlock.Builder,ChildBlock>
Nested block contained within a block.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ChildBlock.Builder |
| Modifier and Type | Method and Description |
|---|---|
Integer |
beginOffset()
Offset of the start of the child block within its parent block.
|
static ChildBlock.Builder |
builder() |
String |
childBlockId()
Unique identifier for the child block.
|
Integer |
endOffset()
Offset of the end of the child block within its parent block.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ChildBlock.Builder> |
serializableBuilderClass() |
ChildBlock.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String childBlockId()
Unique identifier for the child block.
public final Integer beginOffset()
Offset of the start of the child block within its parent block.
public final Integer endOffset()
Offset of the end of the child block within its parent block.
public ChildBlock.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ChildBlock.Builder,ChildBlock>public static ChildBlock.Builder builder()
public static Class<? extends ChildBlock.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.