@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BundleInformation extends Object implements Serializable, Cloneable, StructuredPojo
Information about pricing bundle.
Constructor and Description |
---|
BundleInformation() |
Modifier and Type | Method and Description |
---|---|
BundleInformation |
clone() |
boolean |
equals(Object obj) |
List<String> |
getBundleNames()
The bundle names.
|
String |
getPricingTier()
The pricing tier.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBundleNames(Collection<String> bundleNames)
The bundle names.
|
void |
setPricingTier(String pricingTier)
The pricing tier.
|
String |
toString()
Returns a string representation of this object.
|
BundleInformation |
withBundleNames(Collection<String> bundleNames)
The bundle names.
|
BundleInformation |
withBundleNames(String... bundleNames)
The bundle names.
|
BundleInformation |
withPricingTier(PricingTier pricingTier)
The pricing tier.
|
BundleInformation |
withPricingTier(String pricingTier)
The pricing tier.
|
public void setBundleNames(Collection<String> bundleNames)
The bundle names.
bundleNames
- The bundle names.public BundleInformation withBundleNames(String... bundleNames)
The bundle names.
NOTE: This method appends the values to the existing list (if any). Use
setBundleNames(java.util.Collection)
or withBundleNames(java.util.Collection)
if you want to
override the existing values.
bundleNames
- The bundle names.public BundleInformation withBundleNames(Collection<String> bundleNames)
The bundle names.
bundleNames
- The bundle names.public void setPricingTier(String pricingTier)
The pricing tier.
pricingTier
- The pricing tier.PricingTier
public String getPricingTier()
The pricing tier.
PricingTier
public BundleInformation withPricingTier(String pricingTier)
The pricing tier.
pricingTier
- The pricing tier.PricingTier
public BundleInformation withPricingTier(PricingTier pricingTier)
The pricing tier.
pricingTier
- The pricing tier.PricingTier
public String toString()
toString
in class Object
Object.toString()
public BundleInformation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.