@Generated(value="software.amazon.awssdk:codegen") public final class DescribePipelineResponse extends SageMakerResponse implements ToCopyableBuilder<DescribePipelineResponse.Builder,DescribePipelineResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribePipelineResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribePipelineResponse.Builder |
builder() |
UserContext |
createdBy()
Returns the value of the CreatedBy property for this object.
|
Instant |
creationTime()
The time when the pipeline was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
UserContext |
lastModifiedBy()
Returns the value of the LastModifiedBy property for this object.
|
Instant |
lastModifiedTime()
The time when the pipeline was last modified.
|
Instant |
lastRunTime()
The time when the pipeline was last run.
|
String |
pipelineArn()
The Amazon Resource Name (ARN) of the pipeline.
|
String |
pipelineDefinition()
The JSON pipeline definition.
|
String |
pipelineDescription()
The description of the pipeline.
|
String |
pipelineDisplayName()
The display name of the pipeline.
|
String |
pipelineName()
The name of the pipeline.
|
PipelineStatus |
pipelineStatus()
The status of the pipeline execution.
|
String |
pipelineStatusAsString()
The status of the pipeline execution.
|
String |
roleArn()
The Amazon Resource Name (ARN) that the pipeline uses to execute.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribePipelineResponse.Builder> |
serializableBuilderClass() |
DescribePipelineResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String pipelineArn()
The Amazon Resource Name (ARN) of the pipeline.
public String pipelineName()
The name of the pipeline.
public String pipelineDisplayName()
The display name of the pipeline.
public String pipelineDefinition()
The JSON pipeline definition.
public String pipelineDescription()
The description of the pipeline.
public String roleArn()
The Amazon Resource Name (ARN) that the pipeline uses to execute.
public PipelineStatus pipelineStatus()
The status of the pipeline execution.
If the service returns an enum value that is not available in the current SDK version, pipelineStatus
will return PipelineStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from pipelineStatusAsString().
PipelineStatuspublic String pipelineStatusAsString()
The status of the pipeline execution.
If the service returns an enum value that is not available in the current SDK version, pipelineStatus
will return PipelineStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from pipelineStatusAsString().
PipelineStatuspublic Instant creationTime()
The time when the pipeline was created.
public Instant lastModifiedTime()
The time when the pipeline was last modified.
public Instant lastRunTime()
The time when the pipeline was last run.
public UserContext createdBy()
public UserContext lastModifiedBy()
public DescribePipelineResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribePipelineResponse.Builder,DescribePipelineResponse>toBuilder in class AwsResponsepublic static DescribePipelineResponse.Builder builder()
public static Class<? extends DescribePipelineResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.