Class ProfileNextStepsHistory
- java.lang.Object
-
- software.amazon.awssdk.services.partnercentralselling.model.ProfileNextStepsHistory
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ProfileNextStepsHistory.Builder,ProfileNextStepsHistory>
@Generated("software.amazon.awssdk:codegen") public final class ProfileNextStepsHistory extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProfileNextStepsHistory.Builder,ProfileNextStepsHistory>
Tracks the history of next steps associated with the opportunity. This field captures the actions planned for the future and their timeline.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceProfileNextStepsHistory.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProfileNextStepsHistory.Builderbuilder()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 ProfileNextStepsHistory.Builder>serializableBuilderClass()Instanttime()Indicates the date and time when a particular next step was recorded or planned.ProfileNextStepsHistory.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringvalue()Represents the details of the next step recorded, such as follow-up actions or decisions made.-
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
-
time
public final Instant time()
Indicates the date and time when a particular next step was recorded or planned. This helps in managing the timeline for the opportunity.
- Returns:
- Indicates the date and time when a particular next step was recorded or planned. This helps in managing the timeline for the opportunity.
-
value
public final String value()
Represents the details of the next step recorded, such as follow-up actions or decisions made. This field helps in tracking progress and ensuring alignment with project goals.
- Returns:
- Represents the details of the next step recorded, such as follow-up actions or decisions made. This field helps in tracking progress and ensuring alignment with project goals.
-
toBuilder
public ProfileNextStepsHistory.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ProfileNextStepsHistory.Builder,ProfileNextStepsHistory>
-
builder
public static ProfileNextStepsHistory.Builder builder()
-
serializableBuilderClass
public static Class<? extends ProfileNextStepsHistory.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
-
-