Class LifeCycleForView
- java.lang.Object
-
- software.amazon.awssdk.services.partnercentralselling.model.LifeCycleForView
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LifeCycleForView.Builder,LifeCycleForView>
@Generated("software.amazon.awssdk:codegen") public final class LifeCycleForView extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LifeCycleForView.Builder,LifeCycleForView>
Provides the lifecycle view of an opportunity resource shared through a snapshot.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLifeCycleForView.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LifeCycleForView.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringnextSteps()Describes the next steps for the opportunity shared through a snapshot.ReviewStatusreviewStatus()Defines the approval status of the opportunity shared through a snapshot.StringreviewStatusAsString()Defines the approval status of the opportunity shared through a snapshot.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends LifeCycleForView.Builder>serializableBuilderClass()Stagestage()Defines the current stage of the opportunity shared through a snapshot.StringstageAsString()Defines the current stage of the opportunity shared through a snapshot.StringtargetCloseDate()The projected launch date of the opportunity shared through a snapshot.LifeCycleForView.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
-
nextSteps
public final String nextSteps()
Describes the next steps for the opportunity shared through a snapshot.
- Returns:
- Describes the next steps for the opportunity shared through a snapshot.
-
reviewStatus
public final ReviewStatus reviewStatus()
Defines the approval status of the opportunity shared through a snapshot.
If the service returns an enum value that is not available in the current SDK version,
reviewStatuswill returnReviewStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromreviewStatusAsString().- Returns:
- Defines the approval status of the opportunity shared through a snapshot.
- See Also:
ReviewStatus
-
reviewStatusAsString
public final String reviewStatusAsString()
Defines the approval status of the opportunity shared through a snapshot.
If the service returns an enum value that is not available in the current SDK version,
reviewStatuswill returnReviewStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromreviewStatusAsString().- Returns:
- Defines the approval status of the opportunity shared through a snapshot.
- See Also:
ReviewStatus
-
stage
public final Stage stage()
Defines the current stage of the opportunity shared through a snapshot.
If the service returns an enum value that is not available in the current SDK version,
stagewill returnStage.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstageAsString().- Returns:
- Defines the current stage of the opportunity shared through a snapshot.
- See Also:
Stage
-
stageAsString
public final String stageAsString()
Defines the current stage of the opportunity shared through a snapshot.
If the service returns an enum value that is not available in the current SDK version,
stagewill returnStage.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstageAsString().- Returns:
- Defines the current stage of the opportunity shared through a snapshot.
- See Also:
Stage
-
targetCloseDate
public final String targetCloseDate()
The projected launch date of the opportunity shared through a snapshot.
- Returns:
- The projected launch date of the opportunity shared through a snapshot.
-
toBuilder
public LifeCycleForView.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LifeCycleForView.Builder,LifeCycleForView>
-
builder
public static LifeCycleForView.Builder builder()
-
serializableBuilderClass
public static Class<? extends LifeCycleForView.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
-
-