@Generated(value="software.amazon.awssdk:codegen") public final class CreateProjectRequest extends CodeCatalystRequest implements ToCopyableBuilder<CreateProjectRequest.Builder,CreateProjectRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateProjectRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateProjectRequest.Builder |
builder() |
String |
description()
The description of the project.
|
String |
displayName()
The friendly name of the project that will be displayed to users.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateProjectRequest.Builder> |
serializableBuilderClass() |
String |
spaceName()
The name of the space.
|
CreateProjectRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String spaceName()
The name of the space.
public final String displayName()
The friendly name of the project that will be displayed to users.
public final String description()
The description of the project. This description will be displayed to all users of the project. We recommend providing a brief description of the project and its intended purpose.
public CreateProjectRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateProjectRequest.Builder,CreateProjectRequest>toBuilder in class CodeCatalystRequestpublic static CreateProjectRequest.Builder builder()
public static Class<? extends CreateProjectRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2022. All rights reserved.