@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProjectDescription extends Object implements Serializable, Cloneable, StructuredPojo
A description of a Amazon Rekognition Custom Labels project.
Constructor and Description |
---|
ProjectDescription() |
Modifier and Type | Method and Description |
---|---|
ProjectDescription |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTimestamp()
The Unix timestamp for the date and time that the project was created.
|
String |
getProjectArn()
The Amazon Resource Name (ARN) of the project.
|
String |
getStatus()
The current status of the project.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationTimestamp(Date creationTimestamp)
The Unix timestamp for the date and time that the project was created.
|
void |
setProjectArn(String projectArn)
The Amazon Resource Name (ARN) of the project.
|
void |
setStatus(String status)
The current status of the project.
|
String |
toString()
Returns a string representation of this object.
|
ProjectDescription |
withCreationTimestamp(Date creationTimestamp)
The Unix timestamp for the date and time that the project was created.
|
ProjectDescription |
withProjectArn(String projectArn)
The Amazon Resource Name (ARN) of the project.
|
ProjectDescription |
withStatus(ProjectStatus status)
The current status of the project.
|
ProjectDescription |
withStatus(String status)
The current status of the project.
|
public void setProjectArn(String projectArn)
The Amazon Resource Name (ARN) of the project.
projectArn
- The Amazon Resource Name (ARN) of the project.public String getProjectArn()
The Amazon Resource Name (ARN) of the project.
public ProjectDescription withProjectArn(String projectArn)
The Amazon Resource Name (ARN) of the project.
projectArn
- The Amazon Resource Name (ARN) of the project.public void setCreationTimestamp(Date creationTimestamp)
The Unix timestamp for the date and time that the project was created.
creationTimestamp
- The Unix timestamp for the date and time that the project was created.public Date getCreationTimestamp()
The Unix timestamp for the date and time that the project was created.
public ProjectDescription withCreationTimestamp(Date creationTimestamp)
The Unix timestamp for the date and time that the project was created.
creationTimestamp
- The Unix timestamp for the date and time that the project was created.public void setStatus(String status)
The current status of the project.
status
- The current status of the project.ProjectStatus
public String getStatus()
The current status of the project.
ProjectStatus
public ProjectDescription withStatus(String status)
The current status of the project.
status
- The current status of the project.ProjectStatus
public ProjectDescription withStatus(ProjectStatus status)
The current status of the project.
status
- The current status of the project.ProjectStatus
public String toString()
toString
in class Object
Object.toString()
public ProjectDescription 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.