Class CreateProjectRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.codecatalyst.model.CodeCatalystRequest
-
- software.amazon.awssdk.services.codecatalyst.model.CreateProjectRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CreateProjectRequest.Builder,CreateProjectRequest>
@Generated("software.amazon.awssdk:codegen") public final class CreateProjectRequest extends CodeCatalystRequest implements ToCopyableBuilder<CreateProjectRequest.Builder,CreateProjectRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCreateProjectRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateProjectRequest.Builderbuilder()Stringdescription()The description of the project.StringdisplayName()The friendly name of the project that will be displayed to users.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends CreateProjectRequest.Builder>serializableBuilderClass()StringspaceName()The name of the space.CreateProjectRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
spaceName
public final String spaceName()
The name of the space.
- Returns:
- The name of the space.
-
displayName
public final String displayName()
The friendly name of the project that will be displayed to users.
- Returns:
- The friendly name of the project that will be displayed to users.
-
description
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.
- Returns:
- 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.
-
toBuilder
public CreateProjectRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateProjectRequest.Builder,CreateProjectRequest>- Specified by:
toBuilderin classCodeCatalystRequest
-
builder
public static CreateProjectRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends CreateProjectRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-