@Generated(value="software.amazon.awssdk:codegen") public final class GetExecutionHistoryRequest extends SfnRequest implements ToCopyableBuilder<GetExecutionHistoryRequest.Builder,GetExecutionHistoryRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
GetExecutionHistoryRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static GetExecutionHistoryRequest.Builder |
builder() |
boolean |
equals(Object obj) |
String |
executionArn()
The Amazon Resource Name (ARN) of the execution.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest . |
int |
hashCode() |
Integer |
maxResults()
The maximum number of results that are returned per call.
|
String |
nextToken()
If
nextToken is returned, there are more results available. |
Boolean |
reverseOrder()
Lists events in descending order of their
timeStamp . |
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetExecutionHistoryRequest.Builder> |
serializableBuilderClass() |
GetExecutionHistoryRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
overrideConfiguration
copy
public String executionArn()
The Amazon Resource Name (ARN) of the execution.
public Integer maxResults()
The maximum number of results that are returned per call. You can use nextToken
to obtain further
pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.
This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.
nextToken
to obtain
further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses
the default.
This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.
public Boolean reverseOrder()
Lists events in descending order of their timeStamp
.
timeStamp
.public String nextToken()
If nextToken
is returned, there are more results available. The value of nextToken
is a
unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
Keep all other arguments unchanged. Each pagination token expires after 60 seconds. Using an expired pagination
token will return an HTTP 400 InvalidToken error.
nextToken
is returned, there are more results available. The value of
nextToken
is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after
60 seconds. Using an expired pagination token will return an HTTP 400 InvalidToken error.public GetExecutionHistoryRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetExecutionHistoryRequest.Builder,GetExecutionHistoryRequest>
toBuilder
in class SfnRequest
public static GetExecutionHistoryRequest.Builder builder()
public static Class<? extends GetExecutionHistoryRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequest
SdkRequest
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkRequest
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.