@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) | 
| 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. | 
| 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 ObjectObject.toString()public PipelineIdName clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.