@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 page of results for this operation.
|
List<ProductViewDetail> |
getProductViewDetails()
List of detailed product view information objects.
|
int |
hashCode() |
void |
setNextPageToken(String nextPageToken)
The page token to use to retrieve the next page of results for this operation.
|
void |
setProductViewDetails(Collection<ProductViewDetail> productViewDetails)
List of detailed product view information objects.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
SearchProductsAsAdminResult |
withNextPageToken(String nextPageToken)
The page token to use to retrieve the next page of results for this operation.
|
SearchProductsAsAdminResult |
withProductViewDetails(Collection<ProductViewDetail> productViewDetails)
List of detailed product view information objects.
|
SearchProductsAsAdminResult |
withProductViewDetails(ProductViewDetail... productViewDetails)
List of detailed product view information objects.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ProductViewDetail> getProductViewDetails()
List of detailed product view information objects.
public void setProductViewDetails(Collection<ProductViewDetail> productViewDetails)
List of detailed product view information objects.
productViewDetails
- List of detailed product view information objects.public SearchProductsAsAdminResult withProductViewDetails(ProductViewDetail... productViewDetails)
List of detailed product view information objects.
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
- List of detailed product view information objects.public SearchProductsAsAdminResult withProductViewDetails(Collection<ProductViewDetail> productViewDetails)
List of detailed product view information objects.
productViewDetails
- List of detailed product view information objects.public void setNextPageToken(String nextPageToken)
The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
nextPageToken
- The page token to use to retrieve the next page of results for this operation. If there are no more pages,
this value is null.public String getNextPageToken()
The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
public SearchProductsAsAdminResult withNextPageToken(String nextPageToken)
The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
nextPageToken
- The page token to use to retrieve the next page of results for this operation. If there are no more pages,
this value is null.public String toString()
toString
in class Object
Object.toString()
public SearchProductsAsAdminResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.