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