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