@Generated(value="software.amazon.awssdk:codegen") public final class ServicePipeline extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ServicePipeline.Builder,ServicePipeline>
Detailed data of an Proton service instance pipeline resource.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ServicePipeline.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the service pipeline.
|
static ServicePipeline.Builder |
builder() |
Instant |
createdAt()
The time when the service pipeline was created.
|
DeploymentStatus |
deploymentStatus()
The deployment status of the service pipeline.
|
String |
deploymentStatusAsString()
The deployment status of the service pipeline.
|
String |
deploymentStatusMessage()
A service pipeline deployment status message.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
lastAttemptedDeploymentId()
The ID of the last attempted deployment of this service pipeline.
|
Instant |
lastDeploymentAttemptedAt()
The time when a deployment of the service pipeline was last attempted.
|
Instant |
lastDeploymentSucceededAt()
The time when the service pipeline was last deployed successfully.
|
String |
lastSucceededDeploymentId()
The ID of the last successful deployment of this service pipeline.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ServicePipeline.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.
|
ServicePipeline.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) of the service pipeline.
public final Instant createdAt()
The time when the service pipeline was created.
public final DeploymentStatus deploymentStatus()
The deployment status of the service pipeline.
If the service returns an enum value that is not available in the current SDK version, deploymentStatus
will return DeploymentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from deploymentStatusAsString().
DeploymentStatuspublic final String deploymentStatusAsString()
The deployment status of the service pipeline.
If the service returns an enum value that is not available in the current SDK version, deploymentStatus
will return DeploymentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from deploymentStatusAsString().
DeploymentStatuspublic final String deploymentStatusMessage()
A service pipeline deployment status message.
public final String lastAttemptedDeploymentId()
The ID of the last attempted deployment of this service pipeline.
public final Instant lastDeploymentAttemptedAt()
The time when a deployment of the service pipeline was last attempted.
public final Instant lastDeploymentSucceededAt()
The time when the service pipeline was last deployed successfully.
public final String lastSucceededDeploymentId()
The ID of the last successful deployment of this service pipeline.
public 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 ServicePipeline.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ServicePipeline.Builder,ServicePipeline>public static ServicePipeline.Builder builder()
public static Class<? extends ServicePipeline.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.