@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PipelineInfo extends Object implements Serializable, Cloneable, StructuredPojo
Detailed information of the pipeline.
Constructor and Description |
---|
PipelineInfo() |
Modifier and Type | Method and Description |
---|---|
PipelineInfo |
clone() |
boolean |
equals(Object obj) |
String |
getPipelineConfigurationTimeStamp()
The time when the pipeline info was configured.
|
String |
getPipelineType()
The type of pipeline.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPipelineConfigurationTimeStamp(String pipelineConfigurationTimeStamp)
The time when the pipeline info was configured.
|
void |
setPipelineType(String pipelineType)
The type of pipeline.
|
String |
toString()
Returns a string representation of this object.
|
PipelineInfo |
withPipelineConfigurationTimeStamp(String pipelineConfigurationTimeStamp)
The time when the pipeline info was configured.
|
PipelineInfo |
withPipelineType(PipelineType pipelineType)
The type of pipeline.
|
PipelineInfo |
withPipelineType(String pipelineType)
The type of pipeline.
|
public void setPipelineConfigurationTimeStamp(String pipelineConfigurationTimeStamp)
The time when the pipeline info was configured.
pipelineConfigurationTimeStamp
- The time when the pipeline info was configured.public String getPipelineConfigurationTimeStamp()
The time when the pipeline info was configured.
public PipelineInfo withPipelineConfigurationTimeStamp(String pipelineConfigurationTimeStamp)
The time when the pipeline info was configured.
pipelineConfigurationTimeStamp
- The time when the pipeline info was configured.public void setPipelineType(String pipelineType)
The type of pipeline.
pipelineType
- The type of pipeline.PipelineType
public String getPipelineType()
The type of pipeline.
PipelineType
public PipelineInfo withPipelineType(String pipelineType)
The type of pipeline.
pipelineType
- The type of pipeline.PipelineType
public PipelineInfo withPipelineType(PipelineType pipelineType)
The type of pipeline.
pipelineType
- The type of pipeline.PipelineType
public String toString()
toString
in class Object
Object.toString()
public PipelineInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.