Class PriceList
- java.lang.Object
-
- software.amazon.awssdk.services.pricing.model.PriceList
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PriceList.Builder,PriceList>
@Generated("software.amazon.awssdk:codegen") public final class PriceList extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PriceList.Builder,PriceList>
This feature is in preview release and is subject to change. Your use of Amazon Web Services Price List API is subject to the Beta Service Participation terms of the Amazon Web Services Service Terms (Section 1.10).
This is the type of price list references that match your request.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePriceList.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PriceList.Builderbuilder()StringcurrencyCode()The three alphabetical character ISO-4217 currency code the Price List files are denominated in.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)List<String>fileFormats()The format you want to retrieve your Price List files.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)booleanhasFileFormats()For responses, this returns true if the service returned a value for the FileFormats property.inthashCode()StringpriceListArn()The unique identifier that maps to where your Price List files are located.StringregionCode()This is used to filter the Price List by Amazon Web Services Region.List<SdkField<?>>sdkFields()static Class<? extends PriceList.Builder>serializableBuilderClass()PriceList.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
-
priceListArn
public final String priceListArn()
The unique identifier that maps to where your Price List files are located.
PriceListArncan be obtained from theListPriceListresponse.- Returns:
- The unique identifier that maps to where your Price List files are located.
PriceListArncan be obtained from theListPriceListresponse.
-
regionCode
public final String regionCode()
This is used to filter the Price List by Amazon Web Services Region. For example, to get the price list only for the
US East (N. Virginia)Region, useus-east-1. If nothing is specified, you retrieve price lists for all applicable Regions. The availableRegionCodelist can be retrieved fromGetAttributeValuesAPI.- Returns:
- This is used to filter the Price List by Amazon Web Services Region. For example, to get the price list
only for the
US East (N. Virginia)Region, useus-east-1. If nothing is specified, you retrieve price lists for all applicable Regions. The availableRegionCodelist can be retrieved fromGetAttributeValuesAPI.
-
currencyCode
public final String currencyCode()
The three alphabetical character ISO-4217 currency code the Price List files are denominated in.
- Returns:
- The three alphabetical character ISO-4217 currency code the Price List files are denominated in.
-
hasFileFormats
public final boolean hasFileFormats()
For responses, this returns true if the service returned a value for the FileFormats property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
fileFormats
public final List<String> fileFormats()
The format you want to retrieve your Price List files. The
FileFormatcan be obtained from theListPriceListresponse.Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasFileFormats()method.- Returns:
- The format you want to retrieve your Price List files. The
FileFormatcan be obtained from theListPriceListresponse.
-
toBuilder
public PriceList.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PriceList.Builder,PriceList>
-
builder
public static PriceList.Builder builder()
-
serializableBuilderClass
public static Class<? extends PriceList.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.
-
-