@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchProvisionedProductsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
SearchProvisionedProductsResult() |
Modifier and Type | Method and Description |
---|---|
SearchProvisionedProductsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextPageToken()
The page token to use to retrieve the next set of results.
|
List<ProvisionedProductAttribute> |
getProvisionedProducts()
Information about the provisioned products.
|
Integer |
getTotalResultsCount()
The number of provisioned products found.
|
int |
hashCode() |
void |
setNextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results.
|
void |
setProvisionedProducts(Collection<ProvisionedProductAttribute> provisionedProducts)
Information about the provisioned products.
|
void |
setTotalResultsCount(Integer totalResultsCount)
The number of provisioned products found.
|
String |
toString()
Returns a string representation of this object.
|
SearchProvisionedProductsResult |
withNextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results.
|
SearchProvisionedProductsResult |
withProvisionedProducts(Collection<ProvisionedProductAttribute> provisionedProducts)
Information about the provisioned products.
|
SearchProvisionedProductsResult |
withProvisionedProducts(ProvisionedProductAttribute... provisionedProducts)
Information about the provisioned products.
|
SearchProvisionedProductsResult |
withTotalResultsCount(Integer totalResultsCount)
The number of provisioned products found.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ProvisionedProductAttribute> getProvisionedProducts()
Information about the provisioned products.
public void setProvisionedProducts(Collection<ProvisionedProductAttribute> provisionedProducts)
Information about the provisioned products.
provisionedProducts
- Information about the provisioned products.public SearchProvisionedProductsResult withProvisionedProducts(ProvisionedProductAttribute... provisionedProducts)
Information about the provisioned products.
NOTE: This method appends the values to the existing list (if any). Use
setProvisionedProducts(java.util.Collection)
or withProvisionedProducts(java.util.Collection)
if you want to override the existing values.
provisionedProducts
- Information about the provisioned products.public SearchProvisionedProductsResult withProvisionedProducts(Collection<ProvisionedProductAttribute> provisionedProducts)
Information about the provisioned products.
provisionedProducts
- Information about the provisioned products.public void setTotalResultsCount(Integer totalResultsCount)
The number of provisioned products found.
totalResultsCount
- The number of provisioned products found.public Integer getTotalResultsCount()
The number of provisioned products found.
public SearchProvisionedProductsResult withTotalResultsCount(Integer totalResultsCount)
The number of provisioned products found.
totalResultsCount
- The number of provisioned products found.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 SearchProvisionedProductsResult 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 Object
Object.toString()
public SearchProvisionedProductsResult clone()