@Generated(value="software.amazon.awssdk:codegen") public final class ServicePipelineState extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ServicePipelineState.Builder,ServicePipelineState>
The detailed data about the current state of the service pipeline.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ServicePipelineState.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ServicePipelineState.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ServicePipelineState.Builder> |
serializableBuilderClass() |
String |
spec()
The service spec that was used to create the service pipeline.
|
String |
templateMajorVersion()
The major version of the service template that was used to create the service pipeline.
|
String |
templateMinorVersion()
The minor version of the service template that was used to create the service pipeline.
|
String |
templateName()
The name of the service template that was used to create the service pipeline.
|
ServicePipelineState.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String spec()
The service spec that was used to create the service pipeline.
public final String templateMajorVersion()
The major version of the service template that was used to create the service pipeline.
public final String templateMinorVersion()
The minor version of the service template that was used to create the service pipeline.
public final String templateName()
The name of the service template that was used to create the service pipeline.
public ServicePipelineState.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ServicePipelineState.Builder,ServicePipelineState>public static ServicePipelineState.Builder builder()
public static Class<? extends ServicePipelineState.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.