@Generated(value="software.amazon.awssdk:codegen") public final class RecentCaseCommunications extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RecentCaseCommunications.Builder,RecentCaseCommunications>
The five most recent communications associated with the case.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RecentCaseCommunications.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RecentCaseCommunications.Builder |
builder() |
List<Communication> |
communications()
The five most recent communications associated with the case.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasCommunications()
Returns true if the Communications property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
int |
hashCode() |
String |
nextToken()
A resumption point for pagination.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RecentCaseCommunications.Builder> |
serializableBuilderClass() |
RecentCaseCommunications.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasCommunications()
public final List<Communication> communications()
The five most recent communications associated with the case.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasCommunications() to see if a value was sent in this field.
public final String nextToken()
A resumption point for pagination.
public RecentCaseCommunications.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RecentCaseCommunications.Builder,RecentCaseCommunications>public static RecentCaseCommunications.Builder builder()
public static Class<? extends RecentCaseCommunications.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.