Class LatestInPipelineExecutionFilter
- java.lang.Object
-
- software.amazon.awssdk.services.codepipeline.model.LatestInPipelineExecutionFilter
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LatestInPipelineExecutionFilter.Builder,LatestInPipelineExecutionFilter>
@Generated("software.amazon.awssdk:codegen") public final class LatestInPipelineExecutionFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LatestInPipelineExecutionFilter.Builder,LatestInPipelineExecutionFilter>
The field that specifies to filter on the latest execution in the pipeline.
Filtering on the latest execution is available for executions run on or after February 08, 2024.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLatestInPipelineExecutionFilter.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LatestInPipelineExecutionFilter.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringpipelineExecutionId()The execution ID for the latest execution in the pipeline.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends LatestInPipelineExecutionFilter.Builder>serializableBuilderClass()StartTimeRangestartTimeRange()The start time to filter on for the latest execution in the pipeline.StringstartTimeRangeAsString()The start time to filter on for the latest execution in the pipeline.LatestInPipelineExecutionFilter.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
pipelineExecutionId
public final String pipelineExecutionId()
The execution ID for the latest execution in the pipeline.
- Returns:
- The execution ID for the latest execution in the pipeline.
-
startTimeRange
public final StartTimeRange startTimeRange()
The start time to filter on for the latest execution in the pipeline. Valid options:
-
All
-
Latest
If the service returns an enum value that is not available in the current SDK version,
startTimeRangewill returnStartTimeRange.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstartTimeRangeAsString().- Returns:
- The start time to filter on for the latest execution in the pipeline. Valid options:
-
All
-
Latest
-
- See Also:
StartTimeRange
-
-
startTimeRangeAsString
public final String startTimeRangeAsString()
The start time to filter on for the latest execution in the pipeline. Valid options:
-
All
-
Latest
If the service returns an enum value that is not available in the current SDK version,
startTimeRangewill returnStartTimeRange.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstartTimeRangeAsString().- Returns:
- The start time to filter on for the latest execution in the pipeline. Valid options:
-
All
-
Latest
-
- See Also:
StartTimeRange
-
-
toBuilder
public LatestInPipelineExecutionFilter.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LatestInPipelineExecutionFilter.Builder,LatestInPipelineExecutionFilter>
-
builder
public static LatestInPipelineExecutionFilter.Builder builder()
-
serializableBuilderClass
public static Class<? extends LatestInPipelineExecutionFilter.Builder> serializableBuilderClass()
-
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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-