Class QuoteConstraint
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<QuoteConstraint.Builder,QuoteConstraint>
A physical constraint for a quote.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic QuoteConstraint.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final QuoteConstraintTypeThe type of constraint.final StringThe type of constraint.static Class<? extends QuoteConstraint.Builder>final StringtoString()Returns a string representation of this object.final Stringvalue()The value of the constraint.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
quoteConstraintType
The type of constraint. Valid values are
RACK_MAXIMUM,RACK_MAX_POWER_KVA, andRACK_MAX_WEIGHT_LBS.If the service returns an enum value that is not available in the current SDK version,
quoteConstraintTypewill returnQuoteConstraintType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromquoteConstraintTypeAsString().- Returns:
- The type of constraint. Valid values are
RACK_MAXIMUM,RACK_MAX_POWER_KVA, andRACK_MAX_WEIGHT_LBS. - See Also:
-
quoteConstraintTypeAsString
The type of constraint. Valid values are
RACK_MAXIMUM,RACK_MAX_POWER_KVA, andRACK_MAX_WEIGHT_LBS.If the service returns an enum value that is not available in the current SDK version,
quoteConstraintTypewill returnQuoteConstraintType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromquoteConstraintTypeAsString().- Returns:
- The type of constraint. Valid values are
RACK_MAXIMUM,RACK_MAX_POWER_KVA, andRACK_MAX_WEIGHT_LBS. - See Also:
-
value
The value of the constraint.
- Returns:
- The value of the constraint.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<QuoteConstraint.Builder,QuoteConstraint>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-