Class ListActionExecutionsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.codepipeline.model.CodePipelineRequest
-
- software.amazon.awssdk.services.codepipeline.model.ListActionExecutionsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListActionExecutionsRequest.Builder,ListActionExecutionsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListActionExecutionsRequest extends CodePipelineRequest implements ToCopyableBuilder<ListActionExecutionsRequest.Builder,ListActionExecutionsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListActionExecutionsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListActionExecutionsRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)ActionExecutionFilterfilter()Input information used to filter action execution history.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The maximum number of results to return in a single call.StringnextToken()The token that was returned from the previousListActionExecutionscall, which can be used to return the next set of action executions in the list.StringpipelineName()The name of the pipeline for which you want to list action execution history.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ListActionExecutionsRequest.Builder>serializableBuilderClass()ListActionExecutionsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
pipelineName
public final String pipelineName()
The name of the pipeline for which you want to list action execution history.
- Returns:
- The name of the pipeline for which you want to list action execution history.
-
filter
public final ActionExecutionFilter filter()
Input information used to filter action execution history.
- Returns:
- Input information used to filter action execution history.
-
maxResults
public final Integer maxResults()
The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value. Action execution history is retained for up to 12 months, based on action execution start times. Default value is 100.
- Returns:
- The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value. Action execution history is retained for up to 12 months, based on action execution start times. Default value is 100.
-
nextToken
public final String nextToken()
The token that was returned from the previous
ListActionExecutionscall, which can be used to return the next set of action executions in the list.- Returns:
- The token that was returned from the previous
ListActionExecutionscall, which can be used to return the next set of action executions in the list.
-
toBuilder
public ListActionExecutionsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListActionExecutionsRequest.Builder,ListActionExecutionsRequest>- Specified by:
toBuilderin classCodePipelineRequest
-
builder
public static ListActionExecutionsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListActionExecutionsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-