public class CreatePipelineResult
extends java.lang.Object
implements java.io.Serializable
Contains the output from the CreatePipeline action.
| コンストラクタと説明 |
|---|
CreatePipelineResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getPipelineId()
The ID that AWS Data Pipeline assigns the newly created pipeline.
|
int |
hashCode() |
void |
setPipelineId(java.lang.String pipelineId)
The ID that AWS Data Pipeline assigns the newly created pipeline.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreatePipelineResult |
withPipelineId(java.lang.String pipelineId)
The ID that AWS Data Pipeline assigns the newly created pipeline.
|
public java.lang.String getPipelineId()
Constraints:
Length: 1 - 1024
Pattern: [ --�𐀀-\r\n\t]*
public void setPipelineId(java.lang.String pipelineId)
Constraints:
Length: 1 - 1024
Pattern: [ --�𐀀-\r\n\t]*
pipelineId - The ID that AWS Data Pipeline assigns the newly created pipeline. The
ID is a string of the form: df-06372391ZG65EXAMPLE.public CreatePipelineResult withPipelineId(java.lang.String pipelineId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1024
Pattern: [ --�𐀀-\r\n\t]*
pipelineId - The ID that AWS Data Pipeline assigns the newly created pipeline. The
ID is a string of the form: df-06372391ZG65EXAMPLE.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object