@Generated(value="software.amazon.awssdk:codegen") public final class ProjectDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProjectDetails.Builder,ProjectDetails>
Detailed information about an AWS Mobile Hub project.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProjectDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ProjectDetails.Builder |
builder() |
String |
consoleUrl()
Website URL for this project in the AWS Mobile Hub console.
|
Instant |
createdDate()
Date the project was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasResources()
Returns true if the Resources property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
Instant |
lastUpdatedDate()
Date of the last modification of the project.
|
String |
name()
Returns the value of the Name property for this object.
|
String |
projectId()
Returns the value of the ProjectId property for this object.
|
String |
region()
Returns the value of the Region property for this object.
|
List<Resource> |
resources()
Returns the value of the Resources property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ProjectDetails.Builder> |
serializableBuilderClass() |
ProjectState |
state()
Returns the value of the State property for this object.
|
String |
stateAsString()
Returns the value of the State property for this object.
|
ProjectDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String name()
public String projectId()
public String region()
public ProjectState state()
If the service returns an enum value that is not available in the current SDK version, state will return
ProjectState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
ProjectStatepublic String stateAsString()
If the service returns an enum value that is not available in the current SDK version, state will return
ProjectState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
ProjectStatepublic Instant createdDate()
Date the project was created.
public Instant lastUpdatedDate()
Date of the last modification of the project.
public String consoleUrl()
Website URL for this project in the AWS Mobile Hub console.
public boolean hasResources()
public List<Resource> resources()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasResources() to see if a value was sent in this field.
public ProjectDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ProjectDetails.Builder,ProjectDetails>public static ProjectDetails.Builder builder()
public static Class<? extends ProjectDetails.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.