public class PipelineIdName
extends java.lang.Object
implements java.io.Serializable
Contains the name and identifier of a pipeline.
| コンストラクタと説明 |
|---|
PipelineIdName() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getId()
Identifier of the pipeline that was assigned by AWS Data Pipeline.
|
java.lang.String |
getName()
Name of the pipeline.
|
int |
hashCode() |
void |
setId(java.lang.String id)
Identifier of the pipeline that was assigned by AWS Data Pipeline.
|
void |
setName(java.lang.String name)
Name of the pipeline.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PipelineIdName |
withId(java.lang.String id)
Identifier of the pipeline that was assigned by AWS Data Pipeline.
|
PipelineIdName |
withName(java.lang.String name)
Name of the pipeline.
|
public java.lang.String getId()
df-297EG78HU43EEXAMPLE.
Constraints:
Length: 1 - 1024
Pattern: [ --�𐀀-\r\n\t]*
df-297EG78HU43EEXAMPLE.public void setId(java.lang.String id)
df-297EG78HU43EEXAMPLE.
Constraints:
Length: 1 - 1024
Pattern: [ --�𐀀-\r\n\t]*
id - Identifier of the pipeline that was assigned by AWS Data Pipeline.
This is a string of the form df-297EG78HU43EEXAMPLE.public PipelineIdName withId(java.lang.String id)
df-297EG78HU43EEXAMPLE.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1024
Pattern: [ --�𐀀-\r\n\t]*
id - Identifier of the pipeline that was assigned by AWS Data Pipeline.
This is a string of the form df-297EG78HU43EEXAMPLE.public java.lang.String getName()
Constraints:
Length: 1 - 1024
Pattern: [ --�𐀀-\r\n\t]*
public void setName(java.lang.String name)
Constraints:
Length: 1 - 1024
Pattern: [ --�𐀀-\r\n\t]*
name - Name of the pipeline.public PipelineIdName withName(java.lang.String name)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1024
Pattern: [ --�𐀀-\r\n\t]*
name - Name of the pipeline.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