@Generated(value="software.amazon.awssdk:codegen") public final class ProjectSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProjectSummary.Builder,ProjectSummary>
Summary information about an AWS Mobile Hub project.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProjectSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ProjectSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
Name of the project.
|
String |
projectId()
Unique project identifier.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ProjectSummary.Builder> |
serializableBuilderClass() |
ProjectSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String name()
Name of the project.
public String projectId()
Unique project identifier.
public ProjectSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ProjectSummary.Builder,ProjectSummary>public static ProjectSummary.Builder builder()
public static Class<? extends ProjectSummary.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.