@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListProvisionedProductPlansResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListProvisionedProductPlansResult() |
| Modifier and Type | Method and Description |
|---|---|
ListProvisionedProductPlansResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextPageToken()
The page token to use to retrieve the next set of results.
|
List<ProvisionedProductPlanSummary> |
getProvisionedProductPlans()
Information about the plans.
|
int |
hashCode() |
void |
setNextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results.
|
void |
setProvisionedProductPlans(Collection<ProvisionedProductPlanSummary> provisionedProductPlans)
Information about the plans.
|
String |
toString()
Returns a string representation of this object.
|
ListProvisionedProductPlansResult |
withNextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results.
|
ListProvisionedProductPlansResult |
withProvisionedProductPlans(Collection<ProvisionedProductPlanSummary> provisionedProductPlans)
Information about the plans.
|
ListProvisionedProductPlansResult |
withProvisionedProductPlans(ProvisionedProductPlanSummary... provisionedProductPlans)
Information about the plans.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<ProvisionedProductPlanSummary> getProvisionedProductPlans()
Information about the plans.
public void setProvisionedProductPlans(Collection<ProvisionedProductPlanSummary> provisionedProductPlans)
Information about the plans.
provisionedProductPlans - Information about the plans.public ListProvisionedProductPlansResult withProvisionedProductPlans(ProvisionedProductPlanSummary... provisionedProductPlans)
Information about the plans.
NOTE: This method appends the values to the existing list (if any). Use
setProvisionedProductPlans(java.util.Collection) or
withProvisionedProductPlans(java.util.Collection) if you want to override the existing values.
provisionedProductPlans - Information about the plans.public ListProvisionedProductPlansResult withProvisionedProductPlans(Collection<ProvisionedProductPlanSummary> provisionedProductPlans)
Information about the plans.
provisionedProductPlans - Information about the plans.public void setNextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results. If there are no additional results, this value is null.
nextPageToken - The page token to use to retrieve the next set of results. If there are no additional results, this value
is null.public String getNextPageToken()
The page token to use to retrieve the next set of results. If there are no additional results, this value is null.
public ListProvisionedProductPlansResult withNextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results. If there are no additional results, this value is null.
nextPageToken - The page token to use to retrieve the next set of results. If there are no additional results, this value
is null.public String toString()
toString in class ObjectObject.toString()public ListProvisionedProductPlansResult clone()
Copyright © 2024. All rights reserved.