@Generated(value="software.amazon.awssdk:codegen") public final class UpdatePipelineRequest extends SageMakerRequest implements ToCopyableBuilder<UpdatePipelineRequest.Builder,UpdatePipelineRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdatePipelineRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdatePipelineRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
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 to update.
|
String |
roleArn()
The Amazon Resource Name (ARN) that the pipeline uses to execute.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdatePipelineRequest.Builder> |
serializableBuilderClass() |
UpdatePipelineRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String pipelineName()
The name of the pipeline to update.
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 UpdatePipelineRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdatePipelineRequest.Builder,UpdatePipelineRequest>toBuilder in class SageMakerRequestpublic static UpdatePipelineRequest.Builder builder()
public static Class<? extends UpdatePipelineRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.