Class MonetaryAmount
- java.lang.Object
-
- software.amazon.awssdk.services.devicefarm.model.MonetaryAmount
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MonetaryAmount.Builder,MonetaryAmount>
@Generated("software.amazon.awssdk:codegen") public final class MonetaryAmount extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MonetaryAmount.Builder,MonetaryAmount>
A number that represents the monetary amount for an offering or transaction.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMonetaryAmount.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Doubleamount()The numerical amount of an offering or transaction.static MonetaryAmount.Builderbuilder()CurrencyCodecurrencyCode()The currency code of a monetary amount.StringcurrencyCodeAsString()The currency code of a monetary amount.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends MonetaryAmount.Builder>serializableBuilderClass()MonetaryAmount.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
-
amount
public final Double amount()
The numerical amount of an offering or transaction.
- Returns:
- The numerical amount of an offering or transaction.
-
currencyCode
public final CurrencyCode currencyCode()
The currency code of a monetary amount. For example,
USDmeans U.S. dollars.If the service returns an enum value that is not available in the current SDK version,
currencyCodewill returnCurrencyCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcurrencyCodeAsString().- Returns:
- The currency code of a monetary amount. For example,
USDmeans U.S. dollars. - See Also:
CurrencyCode
-
currencyCodeAsString
public final String currencyCodeAsString()
The currency code of a monetary amount. For example,
USDmeans U.S. dollars.If the service returns an enum value that is not available in the current SDK version,
currencyCodewill returnCurrencyCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcurrencyCodeAsString().- Returns:
- The currency code of a monetary amount. For example,
USDmeans U.S. dollars. - See Also:
CurrencyCode
-
toBuilder
public MonetaryAmount.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MonetaryAmount.Builder,MonetaryAmount>
-
builder
public static MonetaryAmount.Builder builder()
-
serializableBuilderClass
public static Class<? extends MonetaryAmount.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.
-
-