@Generated(value="software.amazon.awssdk:codegen") public final class ListBatchJobExecutionsRequest extends M2Request implements ToCopyableBuilder<ListBatchJobExecutionsRequest.Builder,ListBatchJobExecutionsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListBatchJobExecutionsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationId()
The unique identifier of the application.
|
static ListBatchJobExecutionsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
List<String> |
executionIds()
The unique identifier of each batch job execution.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasExecutionIds()
For responses, this returns true if the service returned a value for the ExecutionIds property.
|
int |
hashCode() |
String |
jobName()
The name of each batch job execution.
|
Integer |
maxResults()
The maximum number of batch job executions to return.
|
String |
nextToken()
A pagination token to control the number of batch job executions displayed in the list.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListBatchJobExecutionsRequest.Builder> |
serializableBuilderClass() |
Instant |
startedAfter()
The time after which the batch job executions started.
|
Instant |
startedBefore()
The time before the batch job executions started.
|
BatchJobExecutionStatus |
status()
The status of the batch job executions.
|
String |
statusAsString()
The status of the batch job executions.
|
ListBatchJobExecutionsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String applicationId()
The unique identifier of the application.
public final boolean hasExecutionIds()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> executionIds()
The unique identifier of each batch job execution.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasExecutionIds() method.
public final String jobName()
The name of each batch job execution.
public final Integer maxResults()
The maximum number of batch job executions to return.
public final String nextToken()
A pagination token to control the number of batch job executions displayed in the list.
public final Instant startedAfter()
The time after which the batch job executions started.
public final Instant startedBefore()
The time before the batch job executions started.
public final BatchJobExecutionStatus status()
The status of the batch job executions.
If the service returns an enum value that is not available in the current SDK version, status will
return BatchJobExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
BatchJobExecutionStatuspublic final String statusAsString()
The status of the batch job executions.
If the service returns an enum value that is not available in the current SDK version, status will
return BatchJobExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
BatchJobExecutionStatuspublic ListBatchJobExecutionsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListBatchJobExecutionsRequest.Builder,ListBatchJobExecutionsRequest>toBuilder in class M2Requestpublic static ListBatchJobExecutionsRequest.Builder builder()
public static Class<? extends ListBatchJobExecutionsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.