Class EngagementCustomerProjectDetails
- java.lang.Object
-
- software.amazon.awssdk.services.partnercentralselling.model.EngagementCustomerProjectDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EngagementCustomerProjectDetails.Builder,EngagementCustomerProjectDetails>
@Generated("software.amazon.awssdk:codegen") public final class EngagementCustomerProjectDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EngagementCustomerProjectDetails.Builder,EngagementCustomerProjectDetails>
Provides comprehensive details about a customer project associated with an Engagement. This may include information such as project goals, timelines, and specific customer requirements.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEngagementCustomerProjectDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EngagementCustomerProjectDetails.Builderbuilder()StringbusinessProblem()A description of the business problem the project aims to solve.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends EngagementCustomerProjectDetails.Builder>serializableBuilderClass()StringtargetCompletionDate()The target completion date for the customer's project.Stringtitle()The title of the project.EngagementCustomerProjectDetails.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
businessProblem
public final String businessProblem()
A description of the business problem the project aims to solve.
- Returns:
- A description of the business problem the project aims to solve.
-
targetCompletionDate
public final String targetCompletionDate()
The target completion date for the customer's project.
- Returns:
- The target completion date for the customer's project.
-
title
public final String title()
The title of the project.
- Returns:
- The title of the project.
-
toBuilder
public EngagementCustomerProjectDetails.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EngagementCustomerProjectDetails.Builder,EngagementCustomerProjectDetails>
-
builder
public static EngagementCustomerProjectDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends EngagementCustomerProjectDetails.Builder> serializableBuilderClass()
-
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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-