@Generated(value="software.amazon.awssdk:codegen") public class DescribeCommunicationsRequest extends SupportRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<DescribeCommunicationsRequest.Builder,DescribeCommunicationsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeCommunicationsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
afterTime()
The start date for a filtered date search on support case communications.
|
String |
beforeTime()
The end date for a filtered date search on support case communications.
|
static DescribeCommunicationsRequest.Builder |
builder() |
String |
caseId()
The AWS Support case ID requested or returned in the call.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of results to return before paginating.
|
String |
nextToken()
A resumption point for pagination.
|
static Class<? extends DescribeCommunicationsRequest.Builder> |
serializableBuilderClass() |
DescribeCommunicationsRequest.Builder |
toBuilder() |
String |
toString() |
requestOverrideConfigpublic String caseId()
The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
public String beforeTime()
The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
public String afterTime()
The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
public String nextToken()
A resumption point for pagination.
public Integer maxResults()
The maximum number of results to return before paginating.
public DescribeCommunicationsRequest.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<DescribeCommunicationsRequest.Builder,DescribeCommunicationsRequest>toBuilder in class SupportRequestpublic static DescribeCommunicationsRequest.Builder builder()
public static Class<? extends DescribeCommunicationsRequest.Builder> serializableBuilderClass()
Copyright © 2018. All rights reserved.