StructuredPojo
, ToCopyableBuilder<MonetaryAmount.Builder,MonetaryAmount>
@Generated("software.amazon.awssdk:codegen") public 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 | Description |
---|---|---|
static interface |
MonetaryAmount.Builder |
Modifier and Type | Method | Description |
---|---|---|
Double |
amount() |
The numerical amount of an offering or transaction.
|
static MonetaryAmount.Builder |
builder() |
|
String |
currencyCode() |
The currency code of a monetary amount.
|
boolean |
equals(Object obj) |
|
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() |
public Double amount()
The numerical amount of an offering or transaction.
public String currencyCode()
The currency code of a monetary amount. For example, USD
means "U.S. dollars."
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.