@Generated(value="software.amazon.awssdk:codegen") public final class PipelineDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PipelineDescription.Builder,PipelineDescription>
Contains pipeline metadata.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PipelineDescription.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PipelineDescription.Builder |
builder() |
String |
description()
Description of the pipeline.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
List<Field> |
fields()
A list of read-only fields that contain metadata about the pipeline: @userId, @accountId, and @pipelineState.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasFields()
Returns true if the Fields property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasTags()
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
String |
name()
The name of the pipeline.
|
String |
pipelineId()
The pipeline identifier that was assigned by AWS Data Pipeline.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PipelineDescription.Builder> |
serializableBuilderClass() |
List<Tag> |
tags()
A list of tags to associated with a pipeline.
|
PipelineDescription.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String pipelineId()
The pipeline identifier that was assigned by AWS Data Pipeline. This is a string of the form
df-297EG78HU43EEXAMPLE.
df-297EG78HU43EEXAMPLE.public final String name()
The name of the pipeline.
public final boolean hasFields()
public final List<Field> fields()
A list of read-only fields that contain metadata about the pipeline: @userId, @accountId, and @pipelineState.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasFields() to see if a value was sent in this field.
public final String description()
Description of the pipeline.
public final boolean hasTags()
public final List<Tag> tags()
A list of tags to associated with a pipeline. Tags let you control access to pipelines. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTags() to see if a value was sent in this field.
public PipelineDescription.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PipelineDescription.Builder,PipelineDescription>public static PipelineDescription.Builder builder()
public static Class<? extends PipelineDescription.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.