@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeProjectResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeProjectResult() |
Modifier and Type | Method and Description |
---|---|
DescribeProjectResult |
clone() |
boolean |
equals(Object obj) |
String |
getPortalId()
The ID of the portal that the project is in.
|
String |
getProjectArn()
The ARN of the project,
which has the following format.
|
Date |
getProjectCreationDate()
The date the project was created, in Unix epoch time.
|
String |
getProjectDescription()
The project's description.
|
String |
getProjectId()
The ID of the project.
|
Date |
getProjectLastUpdateDate()
The date the project was last updated, in Unix epoch time.
|
String |
getProjectName()
The name of the project.
|
int |
hashCode() |
void |
setPortalId(String portalId)
The ID of the portal that the project is in.
|
void |
setProjectArn(String projectArn)
The ARN of the project,
which has the following format.
|
void |
setProjectCreationDate(Date projectCreationDate)
The date the project was created, in Unix epoch time.
|
void |
setProjectDescription(String projectDescription)
The project's description.
|
void |
setProjectId(String projectId)
The ID of the project.
|
void |
setProjectLastUpdateDate(Date projectLastUpdateDate)
The date the project was last updated, in Unix epoch time.
|
void |
setProjectName(String projectName)
The name of the project.
|
String |
toString()
Returns a string representation of this object.
|
DescribeProjectResult |
withPortalId(String portalId)
The ID of the portal that the project is in.
|
DescribeProjectResult |
withProjectArn(String projectArn)
The ARN of the project,
which has the following format.
|
DescribeProjectResult |
withProjectCreationDate(Date projectCreationDate)
The date the project was created, in Unix epoch time.
|
DescribeProjectResult |
withProjectDescription(String projectDescription)
The project's description.
|
DescribeProjectResult |
withProjectId(String projectId)
The ID of the project.
|
DescribeProjectResult |
withProjectLastUpdateDate(Date projectLastUpdateDate)
The date the project was last updated, in Unix epoch time.
|
DescribeProjectResult |
withProjectName(String projectName)
The name of the project.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setProjectId(String projectId)
The ID of the project.
projectId
- The ID of the project.public String getProjectId()
The ID of the project.
public DescribeProjectResult withProjectId(String projectId)
The ID of the project.
projectId
- The ID of the project.public void setProjectArn(String projectArn)
The ARN of the project, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:project/${ProjectId}
projectArn
- The ARN of the
project, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:project/${ProjectId}
public String getProjectArn()
The ARN of the project, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:project/${ProjectId}
arn:${Partition}:iotsitewise:${Region}:${Account}:project/${ProjectId}
public DescribeProjectResult withProjectArn(String projectArn)
The ARN of the project, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:project/${ProjectId}
projectArn
- The ARN of the
project, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:project/${ProjectId}
public void setProjectName(String projectName)
The name of the project.
projectName
- The name of the project.public String getProjectName()
The name of the project.
public DescribeProjectResult withProjectName(String projectName)
The name of the project.
projectName
- The name of the project.public void setPortalId(String portalId)
The ID of the portal that the project is in.
portalId
- The ID of the portal that the project is in.public String getPortalId()
The ID of the portal that the project is in.
public DescribeProjectResult withPortalId(String portalId)
The ID of the portal that the project is in.
portalId
- The ID of the portal that the project is in.public void setProjectDescription(String projectDescription)
The project's description.
projectDescription
- The project's description.public String getProjectDescription()
The project's description.
public DescribeProjectResult withProjectDescription(String projectDescription)
The project's description.
projectDescription
- The project's description.public void setProjectCreationDate(Date projectCreationDate)
The date the project was created, in Unix epoch time.
projectCreationDate
- The date the project was created, in Unix epoch time.public Date getProjectCreationDate()
The date the project was created, in Unix epoch time.
public DescribeProjectResult withProjectCreationDate(Date projectCreationDate)
The date the project was created, in Unix epoch time.
projectCreationDate
- The date the project was created, in Unix epoch time.public void setProjectLastUpdateDate(Date projectLastUpdateDate)
The date the project was last updated, in Unix epoch time.
projectLastUpdateDate
- The date the project was last updated, in Unix epoch time.public Date getProjectLastUpdateDate()
The date the project was last updated, in Unix epoch time.
public DescribeProjectResult withProjectLastUpdateDate(Date projectLastUpdateDate)
The date the project was last updated, in Unix epoch time.
projectLastUpdateDate
- The date the project was last updated, in Unix epoch time.public String toString()
toString
in class Object
Object.toString()
public DescribeProjectResult clone()