Class ListRuleExecutionsRequest
- 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.ListRuleExecutionsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListRuleExecutionsRequest.Builder,ListRuleExecutionsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListRuleExecutionsRequest extends CodePipelineRequest implements ToCopyableBuilder<ListRuleExecutionsRequest.Builder,ListRuleExecutionsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListRuleExecutionsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListRuleExecutionsRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)RuleExecutionFilterfilter()Input information used to filter rule 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 previousListRuleExecutionscall, which can be used to return the next set of rule 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 ListRuleExecutionsRequest.Builder>serializableBuilderClass()ListRuleExecutionsRequest.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.
-
filter
public final RuleExecutionFilter filter()
Input information used to filter rule execution history.
- Returns:
- Input information used to filter rule 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. 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.
-
nextToken
public final String nextToken()
The token that was returned from the previous
ListRuleExecutionscall, which can be used to return the next set of rule executions in the list.- Returns:
- The token that was returned from the previous
ListRuleExecutionscall, which can be used to return the next set of rule executions in the list.
-
toBuilder
public ListRuleExecutionsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListRuleExecutionsRequest.Builder,ListRuleExecutionsRequest>- Specified by:
toBuilderin classCodePipelineRequest
-
builder
public static ListRuleExecutionsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListRuleExecutionsRequest.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
-
-