@Generated(value="software.amazon.awssdk:codegen") public final class Section extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Section.Builder,Section>
The configuration section.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Section.Builder |
| Modifier and Type | Method and Description |
|---|---|
Document |
attributes()
The content of a configuration section.
|
static Section.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the section.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Section.Builder> |
serializableBuilderClass() |
Integer |
size()
The size, in bytes, of the section contents.
|
Section.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Document attributes()
The content of a configuration section.
public final String name()
The name of the section.
public final Integer size()
The size, in bytes, of the section contents.
public Section.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Section.Builder,Section>public static Section.Builder builder()
public static Class<? extends Section.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.