@Generated(value="software.amazon.awssdk:codegen") public final class LayoutSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LayoutSummary.Builder,LayoutSummary>
Object for the summarized details of the layout.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LayoutSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LayoutSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
layoutArn()
The Amazon Resource Name (ARN) of the layout.
|
String |
layoutId()
The unique identifier for of the layout.
|
String |
name()
The name of the layout.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LayoutSummary.Builder> |
serializableBuilderClass() |
LayoutSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String layoutArn()
The Amazon Resource Name (ARN) of the layout.
public final String layoutId()
The unique identifier for of the layout.
public final String name()
The name of the layout.
public LayoutSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LayoutSummary.Builder,LayoutSummary>public static LayoutSummary.Builder builder()
public static Class<? extends LayoutSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.