@Generated(value="software.amazon.awssdk:codegen") public final class ListCommandInvocationsResponse extends SsmResponse implements 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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
nextToken()
(Optional) The token for the next set of items to return.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListCommandInvocationsResponse.Builder> |
serializableBuilderClass() |
ListCommandInvocationsResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic List<CommandInvocation> commandInvocations()
(Optional) A list of all invocations.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
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 ToCopyableBuilder<ListCommandInvocationsResponse.Builder,ListCommandInvocationsResponse>toBuilder in class AwsResponsepublic static ListCommandInvocationsResponse.Builder builder()
public static Class<? extends ListCommandInvocationsResponse.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.