StructuredPojo
, ToCopyableBuilder<RecentCaseCommunications.Builder,RecentCaseCommunications>
@Generated("software.amazon.awssdk:codegen") public class RecentCaseCommunications extends Object implements StructuredPojo, ToCopyableBuilder<RecentCaseCommunications.Builder,RecentCaseCommunications>
The five most recent communications associated with the case.
Modifier and Type | Class | Description |
---|---|---|
static interface |
RecentCaseCommunications.Builder |
Modifier and Type | Method | Description |
---|---|---|
static RecentCaseCommunications.Builder |
builder() |
|
List<Communication> |
communications() |
The five most recent communications associated with the case.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
nextToken() |
A resumption point for pagination.
|
static Class<? extends RecentCaseCommunications.Builder> |
serializableBuilderClass() |
|
RecentCaseCommunications.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public List<Communication> communications()
The five most recent communications associated with the case.
public String nextToken()
A resumption point for pagination.
public RecentCaseCommunications.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<RecentCaseCommunications.Builder,RecentCaseCommunications>
public static RecentCaseCommunications.Builder builder()
public static Class<? extends RecentCaseCommunications.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.