Class SolutionBase
- java.lang.Object
-
- software.amazon.awssdk.services.partnercentralselling.model.SolutionBase
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SolutionBase.Builder,SolutionBase>
@Generated("software.amazon.awssdk:codegen") public final class SolutionBase extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SolutionBase.Builder,SolutionBase>
Specifies minimal information for the solution offered to solve the customer's business problem.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSolutionBase.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The SolutionBase structure provides essential information about a solution.static SolutionBase.Builderbuilder()Stringcatalog()Specifies the catalog in which the solution is hosted, eitherAWSorSandbox.Stringcategory()Specifies the solution category, which helps to categorize and organize the solutions partners offer.InstantcreatedDate()Indicates the solution creation date.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()Enables the association of solutions (offerings) to opportunities.Stringname()Specifies the solution name.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends SolutionBase.Builder>serializableBuilderClass()SolutionStatusstatus()Specifies the solution's current status, which indicates its state in the system.StringstatusAsString()Specifies the solution's current status, which indicates its state in the system.SolutionBase.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
-
arn
public final String arn()
The SolutionBase structure provides essential information about a solution.
- Returns:
- The SolutionBase structure provides essential information about a solution.
-
catalog
public final String catalog()
Specifies the catalog in which the solution is hosted, either
AWSorSandbox. This helps partners differentiate between live solutions and those in testing environments.- Returns:
- Specifies the catalog in which the solution is hosted, either
AWSorSandbox. This helps partners differentiate between live solutions and those in testing environments.
-
category
public final String category()
Specifies the solution category, which helps to categorize and organize the solutions partners offer. Valid values:
Software Product|Consulting Service|Hardware Product|Communications Product|Professional Service|Managed Service|Value-Added Resale Amazon Web Services Service|Distribution Service|Training Service|Merger and Acquisition Advising Service.- Returns:
- Specifies the solution category, which helps to categorize and organize the solutions partners offer.
Valid values:
Software Product|Consulting Service|Hardware Product|Communications Product|Professional Service|Managed Service|Value-Added Resale Amazon Web Services Service|Distribution Service|Training Service|Merger and Acquisition Advising Service.
-
createdDate
public final Instant createdDate()
Indicates the solution creation date. This is useful to track and audit.
- Returns:
- Indicates the solution creation date. This is useful to track and audit.
-
id
public final String id()
Enables the association of solutions (offerings) to opportunities.
- Returns:
- Enables the association of solutions (offerings) to opportunities.
-
name
public final String name()
Specifies the solution name.
- Returns:
- Specifies the solution name.
-
status
public final SolutionStatus status()
Specifies the solution's current status, which indicates its state in the system. Valid values:
Active|Inactive|Draft. The status helps partners and Amazon Web Services track the solution's lifecycle and availability. Filter forActivesolutions for association to an opportunity.If the service returns an enum value that is not available in the current SDK version,
statuswill returnSolutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Specifies the solution's current status, which indicates its state in the system. Valid values:
Active|Inactive|Draft. The status helps partners and Amazon Web Services track the solution's lifecycle and availability. Filter forActivesolutions for association to an opportunity. - See Also:
SolutionStatus
-
statusAsString
public final String statusAsString()
Specifies the solution's current status, which indicates its state in the system. Valid values:
Active|Inactive|Draft. The status helps partners and Amazon Web Services track the solution's lifecycle and availability. Filter forActivesolutions for association to an opportunity.If the service returns an enum value that is not available in the current SDK version,
statuswill returnSolutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Specifies the solution's current status, which indicates its state in the system. Valid values:
Active|Inactive|Draft. The status helps partners and Amazon Web Services track the solution's lifecycle and availability. Filter forActivesolutions for association to an opportunity. - See Also:
SolutionStatus
-
toBuilder
public SolutionBase.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SolutionBase.Builder,SolutionBase>
-
builder
public static SolutionBase.Builder builder()
-
serializableBuilderClass
public static Class<? extends SolutionBase.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
-
-