@Generated(value="software.amazon.awssdk:codegen") public final class PipelineInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PipelineInfo.Builder,PipelineInfo>
Detailed information of the pipeline.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PipelineInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PipelineInfo.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
pipelineConfigurationTimeStamp()
The time when the pipeline info was configured.
|
PipelineType |
pipelineType()
The type of pipeline.
|
String |
pipelineTypeAsString()
The type of pipeline.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PipelineInfo.Builder> |
serializableBuilderClass() |
PipelineInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String pipelineConfigurationTimeStamp()
The time when the pipeline info was configured.
public final PipelineType pipelineType()
The type of pipeline.
If the service returns an enum value that is not available in the current SDK version, pipelineType will
return PipelineType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
pipelineTypeAsString().
PipelineTypepublic final String pipelineTypeAsString()
The type of pipeline.
If the service returns an enum value that is not available in the current SDK version, pipelineType will
return PipelineType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
pipelineTypeAsString().
PipelineTypepublic PipelineInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PipelineInfo.Builder,PipelineInfo>public static PipelineInfo.Builder builder()
public static Class<? extends PipelineInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.