ToCopyableBuilder<ListCommandInvocationsResponse.Builder,ListCommandInvocationsResponse>
@Generated("software.amazon.awssdk:codegen") public class ListCommandInvocationsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListCommandInvocationsResponse.Builder,ListCommandInvocationsResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListCommandInvocationsResponse.Builder |
Modifier and Type | Method | 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() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListCommandInvocationsResponse.Builder,ListCommandInvocationsResponse>
public static ListCommandInvocationsResponse.Builder builder()
public static Class<? extends ListCommandInvocationsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.