@Generated(value="software.amazon.awssdk:codegen") public final class UpdateLayoutRequest extends ConnectCasesRequest implements ToCopyableBuilder<UpdateLayoutRequest.Builder,UpdateLayoutRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateLayoutRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateLayoutRequest.Builder |
builder() |
LayoutContent |
content()
Information about which fields will be present in the layout, the order of the fields, and a read-only attribute
of the field.
|
String |
domainId()
The unique identifier of the Cases domain.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
layoutId()
The unique identifier of the layout.
|
String |
name()
The name of the layout.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateLayoutRequest.Builder> |
serializableBuilderClass() |
UpdateLayoutRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final LayoutContent content()
Information about which fields will be present in the layout, the order of the fields, and a read-only attribute of the field.
public final String domainId()
The unique identifier of the Cases domain.
public final String layoutId()
The unique identifier of the layout.
public final String name()
The name of the layout. It must be unique per domain.
public UpdateLayoutRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateLayoutRequest.Builder,UpdateLayoutRequest>toBuilder in class ConnectCasesRequestpublic static UpdateLayoutRequest.Builder builder()
public static Class<? extends UpdateLayoutRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.