Class ServicePipelineState
- java.lang.Object
-
- software.amazon.awssdk.services.proton.model.ServicePipelineState
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ServicePipelineState.Builder,ServicePipelineState>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceServicePipelineState.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ServicePipelineState.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends ServicePipelineState.Builder>serializableBuilderClass()Stringspec()The service spec that was used to create the service pipeline.StringtemplateMajorVersion()The major version of the service template that was used to create the service pipeline.StringtemplateMinorVersion()The minor version of the service template that was used to create the service pipeline.StringtemplateName()The name of the service template that was used to create the service pipeline.ServicePipelineState.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
-
spec
public final String spec()
The service spec that was used to create the service pipeline.
- Returns:
- The service spec that was used to create the service pipeline.
-
templateMajorVersion
public final String templateMajorVersion()
The major version of the service template that was used to create the service pipeline.
- Returns:
- The major version of the service template that was used to create the service pipeline.
-
templateMinorVersion
public final String templateMinorVersion()
The minor version of the service template that was used to create the service pipeline.
- Returns:
- The minor version of the service template that was used to create the service pipeline.
-
templateName
public final String templateName()
The name of the service template that was used to create the service pipeline.
- Returns:
- The name of the service template that was used to create the service pipeline.
-
toBuilder
public ServicePipelineState.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ServicePipelineState.Builder,ServicePipelineState>
-
builder
public static ServicePipelineState.Builder builder()
-
serializableBuilderClass
public static Class<? extends ServicePipelineState.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.
-
-