@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PipelineIdName extends Object implements Serializable, Cloneable, StructuredPojo
Contains the name and identifier of a pipeline.
Constructor and Description |
---|
PipelineIdName() |
Modifier and Type | Method and Description |
---|---|
PipelineIdName |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The ID of the pipeline that was assigned by AWS Data Pipeline.
|
String |
getName()
The name of the pipeline.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setId(String id)
The ID of the pipeline that was assigned by AWS Data Pipeline.
|
void |
setName(String name)
The name of the pipeline.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
PipelineIdName |
withId(String id)
The ID of the pipeline that was assigned by AWS Data Pipeline.
|
PipelineIdName |
withName(String name)
The name of the pipeline.
|
public void setId(String id)
The ID of the pipeline that was assigned by AWS Data Pipeline. This is a string of the form
df-297EG78HU43EEXAMPLE
.
id
- The ID of the pipeline that was assigned by AWS Data Pipeline. This is a string of the form
df-297EG78HU43EEXAMPLE
.public String getId()
The ID of the pipeline that was assigned by AWS Data Pipeline. This is a string of the form
df-297EG78HU43EEXAMPLE
.
df-297EG78HU43EEXAMPLE
.public PipelineIdName withId(String id)
The ID of the pipeline that was assigned by AWS Data Pipeline. This is a string of the form
df-297EG78HU43EEXAMPLE
.
id
- The ID of the pipeline that was assigned by AWS Data Pipeline. This is a string of the form
df-297EG78HU43EEXAMPLE
.public void setName(String name)
The name of the pipeline.
name
- The name of the pipeline.public String getName()
The name of the pipeline.
public PipelineIdName withName(String name)
The name of the pipeline.
name
- The name of the pipeline.public String toString()
toString
in class Object
Object.toString()
public PipelineIdName clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.