@Generated(value="software.amazon.awssdk:codegen") public final class DescribeProjectResponse extends IoTSiteWiseResponse implements ToCopyableBuilder<DescribeProjectResponse.Builder,DescribeProjectResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeProjectResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeProjectResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
portalId()
The ID of the portal that the project is in.
|
String |
projectArn()
The ARN of the project,
which has the following format.
|
Instant |
projectCreationDate()
The date the project was created, in Unix epoch time.
|
String |
projectDescription()
The project's description.
|
String |
projectId()
The ID of the project.
|
Instant |
projectLastUpdateDate()
The date the project was last updated, in Unix epoch time.
|
String |
projectName()
The name of the project.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeProjectResponse.Builder> |
serializableBuilderClass() |
DescribeProjectResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String projectId()
The ID of the project.
public final String projectArn()
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 final String projectName()
The name of the project.
public final String portalId()
The ID of the portal that the project is in.
public final String projectDescription()
The project's description.
public final Instant projectCreationDate()
The date the project was created, in Unix epoch time.
public final Instant projectLastUpdateDate()
The date the project was last updated, in Unix epoch time.
public DescribeProjectResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeProjectResponse.Builder,DescribeProjectResponse>toBuilder in class AwsResponsepublic static DescribeProjectResponse.Builder builder()
public static Class<? extends DescribeProjectResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.