@Generated(value="software.amazon.awssdk:codegen") public final class MonetaryAmount extends Object implements StructuredPojo, ToCopyableBuilder<MonetaryAmount.Builder,MonetaryAmount>
A number representing the monetary amount for an offering or transaction.
Modifier and Type | Class and Description |
---|---|
static interface |
MonetaryAmount.Builder |
Modifier and Type | Method and Description |
---|---|
Double |
amount()
The numerical amount of an offering or transaction.
|
static MonetaryAmount.Builder |
builder() |
CurrencyCode |
currencyCode()
The currency code of a monetary amount.
|
String |
currencyCodeAsString()
The currency code of a monetary amount.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends MonetaryAmount.Builder> |
serializableBuilderClass() |
MonetaryAmount.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public Double amount()
The numerical amount of an offering or transaction.
public CurrencyCode currencyCode()
The currency code of a monetary amount. For example, USD
means "U.S. dollars."
If the service returns an enum value that is not available in the current SDK version, currencyCode
will
return CurrencyCode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
currencyCodeAsString()
.
USD
means "U.S. dollars."CurrencyCode
public String currencyCodeAsString()
The currency code of a monetary amount. For example, USD
means "U.S. dollars."
If the service returns an enum value that is not available in the current SDK version, currencyCode
will
return CurrencyCode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
currencyCodeAsString()
.
USD
means "U.S. dollars."CurrencyCode
public MonetaryAmount.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<MonetaryAmount.Builder,MonetaryAmount>
public static MonetaryAmount.Builder builder()
public static Class<? extends MonetaryAmount.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.