ToCopyableBuilder<DescribeCommunicationsResponse.Builder,DescribeCommunicationsResponse>
@Generated("software.amazon.awssdk:codegen") public class DescribeCommunicationsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribeCommunicationsResponse.Builder,DescribeCommunicationsResponse>
The communications returned by the DescribeCommunications operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeCommunicationsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DescribeCommunicationsResponse.Builder |
builder() |
|
List<Communication> |
communications() |
The communications for the case.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
A resumption point for pagination.
|
static Class<? extends DescribeCommunicationsResponse.Builder> |
serializableBuilderClass() |
|
DescribeCommunicationsResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public List<Communication> communications()
The communications for the case.
public String nextToken()
A resumption point for pagination.
public DescribeCommunicationsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeCommunicationsResponse.Builder,DescribeCommunicationsResponse>
public static DescribeCommunicationsResponse.Builder builder()
public static Class<? extends DescribeCommunicationsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.