@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()
For responses, this returns true if the service returned a value for the Fields property.
|
int |
hashCode() |
boolean |
hasTags()
For responses, this returns true if the service returned a value for the Tags property.
|
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()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.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.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasFields() method.
public final String description()
Description of the pipeline.
public final boolean hasTags()
isEmpty() method on the property). This is useful
because the SDK will never return a null collection or map, but you may need to differentiate between the service
returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true
if a value for the property was specified in the request builder, and false if a value was not specified.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.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasTags() method.
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.