Class ListPipelineExecutionsRequest
- 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.ListPipelineExecutionsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListPipelineExecutionsRequest.Builder,ListPipelineExecutionsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListPipelineExecutionsRequest extends CodePipelineRequest implements ToCopyableBuilder<ListPipelineExecutionsRequest.Builder,ListPipelineExecutionsRequest>
Represents the input of a
ListPipelineExecutionsaction.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListPipelineExecutionsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListPipelineExecutionsRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)PipelineExecutionFilterfilter()The pipeline execution to filter on.<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 previousListPipelineExecutionscall, which can be used to return the next set of pipeline executions in the list.StringpipelineName()The name of the pipeline for which you want to get execution summary information.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ListPipelineExecutionsRequest.Builder>serializableBuilderClass()ListPipelineExecutionsRequest.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 get execution summary information.
- Returns:
- The name of the pipeline for which you want to get execution summary information.
-
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. Pipeline history is limited to the most recent 12 months, based on pipeline 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. Pipeline history is limited to the most recent 12 months, based on pipeline execution start times. Default value is 100.
-
filter
public final PipelineExecutionFilter filter()
The pipeline execution to filter on.
- Returns:
- The pipeline execution to filter on.
-
nextToken
public final String nextToken()
The token that was returned from the previous
ListPipelineExecutionscall, which can be used to return the next set of pipeline executions in the list.- Returns:
- The token that was returned from the previous
ListPipelineExecutionscall, which can be used to return the next set of pipeline executions in the list.
-
toBuilder
public ListPipelineExecutionsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListPipelineExecutionsRequest.Builder,ListPipelineExecutionsRequest>- Specified by:
toBuilderin classCodePipelineRequest
-
builder
public static ListPipelineExecutionsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListPipelineExecutionsRequest.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
-
-