@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListPricesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListPricesResult() |
Modifier and Type | Method and Description |
---|---|
ListPricesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextPageMarker()
If there are more prices than you specified for
MaxItems in the request, submit another request and
include the value of NextPageMarker in the value of Marker . |
List<DomainPrice> |
getPrices()
A complex type that includes all the pricing information.
|
int |
hashCode() |
void |
setNextPageMarker(String nextPageMarker)
If there are more prices than you specified for
MaxItems in the request, submit another request and
include the value of NextPageMarker in the value of Marker . |
void |
setPrices(Collection<DomainPrice> prices)
A complex type that includes all the pricing information.
|
String |
toString()
Returns a string representation of this object.
|
ListPricesResult |
withNextPageMarker(String nextPageMarker)
If there are more prices than you specified for
MaxItems in the request, submit another request and
include the value of NextPageMarker in the value of Marker . |
ListPricesResult |
withPrices(Collection<DomainPrice> prices)
A complex type that includes all the pricing information.
|
ListPricesResult |
withPrices(DomainPrice... prices)
A complex type that includes all the pricing information.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<DomainPrice> getPrices()
A complex type that includes all the pricing information. If you specify a TLD, this array contains only the pricing for that TLD.
public void setPrices(Collection<DomainPrice> prices)
A complex type that includes all the pricing information. If you specify a TLD, this array contains only the pricing for that TLD.
prices
- A complex type that includes all the pricing information. If you specify a TLD, this array contains only
the pricing for that TLD.public ListPricesResult withPrices(DomainPrice... prices)
A complex type that includes all the pricing information. If you specify a TLD, this array contains only the pricing for that TLD.
NOTE: This method appends the values to the existing list (if any). Use
setPrices(java.util.Collection)
or withPrices(java.util.Collection)
if you want to override the
existing values.
prices
- A complex type that includes all the pricing information. If you specify a TLD, this array contains only
the pricing for that TLD.public ListPricesResult withPrices(Collection<DomainPrice> prices)
A complex type that includes all the pricing information. If you specify a TLD, this array contains only the pricing for that TLD.
prices
- A complex type that includes all the pricing information. If you specify a TLD, this array contains only
the pricing for that TLD.public void setNextPageMarker(String nextPageMarker)
If there are more prices than you specified for MaxItems
in the request, submit another request and
include the value of NextPageMarker
in the value of Marker
.
Used only for all TLDs. If you specify a TLD, don't specify a NextPageMarker
.
nextPageMarker
- If there are more prices than you specified for MaxItems
in the request, submit another
request and include the value of NextPageMarker
in the value of Marker
.
Used only for all TLDs. If you specify a TLD, don't specify a NextPageMarker
.
public String getNextPageMarker()
If there are more prices than you specified for MaxItems
in the request, submit another request and
include the value of NextPageMarker
in the value of Marker
.
Used only for all TLDs. If you specify a TLD, don't specify a NextPageMarker
.
MaxItems
in the request, submit another
request and include the value of NextPageMarker
in the value of Marker
.
Used only for all TLDs. If you specify a TLD, don't specify a NextPageMarker
.
public ListPricesResult withNextPageMarker(String nextPageMarker)
If there are more prices than you specified for MaxItems
in the request, submit another request and
include the value of NextPageMarker
in the value of Marker
.
Used only for all TLDs. If you specify a TLD, don't specify a NextPageMarker
.
nextPageMarker
- If there are more prices than you specified for MaxItems
in the request, submit another
request and include the value of NextPageMarker
in the value of Marker
.
Used only for all TLDs. If you specify a TLD, don't specify a NextPageMarker
.
public String toString()
toString
in class Object
Object.toString()
public ListPricesResult clone()