@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PipelineMetadata extends Object implements Serializable, Cloneable, StructuredPojo
Information about a pipeline.
Constructor and Description |
---|
PipelineMetadata() |
Modifier and Type | Method and Description |
---|---|
PipelineMetadata |
clone() |
boolean |
equals(Object obj) |
Date |
getCreated()
The date and time the pipeline was created, in timestamp format.
|
String |
getPipelineArn()
The Amazon Resource Name (ARN) of the pipeline.
|
Date |
getUpdated()
The date and time the pipeline was last updated, in timestamp format.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreated(Date created)
The date and time the pipeline was created, in timestamp format.
|
void |
setPipelineArn(String pipelineArn)
The Amazon Resource Name (ARN) of the pipeline.
|
void |
setUpdated(Date updated)
The date and time the pipeline was last updated, in timestamp format.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
PipelineMetadata |
withCreated(Date created)
The date and time the pipeline was created, in timestamp format.
|
PipelineMetadata |
withPipelineArn(String pipelineArn)
The Amazon Resource Name (ARN) of the pipeline.
|
PipelineMetadata |
withUpdated(Date updated)
The date and time the pipeline was last updated, in timestamp format.
|
public void setPipelineArn(String pipelineArn)
The Amazon Resource Name (ARN) of the pipeline.
pipelineArn
- The Amazon Resource Name (ARN) of the pipeline.public String getPipelineArn()
The Amazon Resource Name (ARN) of the pipeline.
public PipelineMetadata withPipelineArn(String pipelineArn)
The Amazon Resource Name (ARN) of the pipeline.
pipelineArn
- The Amazon Resource Name (ARN) of the pipeline.public void setCreated(Date created)
The date and time the pipeline was created, in timestamp format.
created
- The date and time the pipeline was created, in timestamp format.public Date getCreated()
The date and time the pipeline was created, in timestamp format.
public PipelineMetadata withCreated(Date created)
The date and time the pipeline was created, in timestamp format.
created
- The date and time the pipeline was created, in timestamp format.public void setUpdated(Date updated)
The date and time the pipeline was last updated, in timestamp format.
updated
- The date and time the pipeline was last updated, in timestamp format.public Date getUpdated()
The date and time the pipeline was last updated, in timestamp format.
public PipelineMetadata withUpdated(Date updated)
The date and time the pipeline was last updated, in timestamp format.
updated
- The date and time the pipeline was last updated, in timestamp format.public String toString()
toString
in class Object
Object.toString()
public PipelineMetadata 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.