Package | Description |
---|---|
com.amazonaws.services.datapipeline.model | |
com.amazonaws.services.datapipeline.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<PipelineIdName> |
ListPipelinesResult.pipelineIdList
The pipeline identifiers.
|
Modifier and Type | Method and Description |
---|---|
PipelineIdName |
PipelineIdName.clone() |
PipelineIdName |
PipelineIdName.withId(java.lang.String id)
The ID of the pipeline that was assigned by AWS Data Pipeline.
|
PipelineIdName |
PipelineIdName.withName(java.lang.String name)
The name of the pipeline.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<PipelineIdName> |
ListPipelinesResult.getPipelineIdList()
The pipeline identifiers.
|
Modifier and Type | Method and Description |
---|---|
ListPipelinesResult |
ListPipelinesResult.withPipelineIdList(PipelineIdName... pipelineIdList)
The pipeline identifiers.
|
Modifier and Type | Method and Description |
---|---|
void |
ListPipelinesResult.setPipelineIdList(java.util.Collection<PipelineIdName> pipelineIdList)
The pipeline identifiers.
|
ListPipelinesResult |
ListPipelinesResult.withPipelineIdList(java.util.Collection<PipelineIdName> pipelineIdList)
The pipeline identifiers.
|
Modifier and Type | Method and Description |
---|---|
PipelineIdName |
PipelineIdNameJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
PipelineIdNameJsonMarshaller.marshall(PipelineIdName pipelineIdName,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|