@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListPricingPlansFilter extends Object implements Serializable, Cloneable, StructuredPojo
The filter that specifies the Amazon Resource Names (ARNs) of pricing plans, to retrieve pricing plan information.
| Constructor and Description |
|---|
ListPricingPlansFilter() |
| Modifier and Type | Method and Description |
|---|---|
ListPricingPlansFilter |
clone() |
boolean |
equals(Object obj) |
List<String> |
getArns()
A list of pricing plan Amazon Resource Names (ARNs) to retrieve information.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setArns(Collection<String> arns)
A list of pricing plan Amazon Resource Names (ARNs) to retrieve information.
|
String |
toString()
Returns a string representation of this object.
|
ListPricingPlansFilter |
withArns(Collection<String> arns)
A list of pricing plan Amazon Resource Names (ARNs) to retrieve information.
|
ListPricingPlansFilter |
withArns(String... arns)
A list of pricing plan Amazon Resource Names (ARNs) to retrieve information.
|
public List<String> getArns()
A list of pricing plan Amazon Resource Names (ARNs) to retrieve information.
public void setArns(Collection<String> arns)
A list of pricing plan Amazon Resource Names (ARNs) to retrieve information.
arns - A list of pricing plan Amazon Resource Names (ARNs) to retrieve information.public ListPricingPlansFilter withArns(String... arns)
A list of pricing plan Amazon Resource Names (ARNs) to retrieve information.
NOTE: This method appends the values to the existing list (if any). Use
setArns(java.util.Collection) or withArns(java.util.Collection) if you want to override the
existing values.
arns - A list of pricing plan Amazon Resource Names (ARNs) to retrieve information.public ListPricingPlansFilter withArns(Collection<String> arns)
A list of pricing plan Amazon Resource Names (ARNs) to retrieve information.
arns - A list of pricing plan Amazon Resource Names (ARNs) to retrieve information.public String toString()
toString in class ObjectObject.toString()public ListPricingPlansFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.