@Generated(value="software.amazon.awssdk:codegen") public class ListCommandInvocationsResponse extends AmazonWebServiceResult<ResponseMetadata> implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<ListCommandInvocationsResponse.Builder,ListCommandInvocationsResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListCommandInvocationsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListCommandInvocationsResponse.Builder |
builder() |
List<CommandInvocation> |
commandInvocations()
(Optional) A list of all invocations.
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
nextToken()
(Optional) The token for the next set of items to return.
|
static Class<? extends ListCommandInvocationsResponse.Builder> |
serializableBuilderClass() |
ListCommandInvocationsResponse.Builder |
toBuilder() |
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic List<CommandInvocation> commandInvocations()
(Optional) A list of all invocations.
public String nextToken()
(Optional) The token for the next set of items to return. (You received this token from a previous call.)
public ListCommandInvocationsResponse.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<ListCommandInvocationsResponse.Builder,ListCommandInvocationsResponse>public static ListCommandInvocationsResponse.Builder builder()
public static Class<? extends ListCommandInvocationsResponse.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.