@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCatalogItemsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListCatalogItemsResult() |
Modifier and Type | Method and Description |
---|---|
ListCatalogItemsResult |
clone() |
boolean |
equals(Object obj) |
List<CatalogItem> |
getCatalogItems()
Information about the catalog items.
|
String |
getNextToken() |
int |
hashCode() |
void |
setCatalogItems(Collection<CatalogItem> catalogItems)
Information about the catalog items.
|
void |
setNextToken(String nextToken) |
String |
toString()
Returns a string representation of this object.
|
ListCatalogItemsResult |
withCatalogItems(CatalogItem... catalogItems)
Information about the catalog items.
|
ListCatalogItemsResult |
withCatalogItems(Collection<CatalogItem> catalogItems)
Information about the catalog items.
|
ListCatalogItemsResult |
withNextToken(String nextToken) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<CatalogItem> getCatalogItems()
Information about the catalog items.
public void setCatalogItems(Collection<CatalogItem> catalogItems)
Information about the catalog items.
catalogItems
- Information about the catalog items.public ListCatalogItemsResult withCatalogItems(CatalogItem... catalogItems)
Information about the catalog items.
NOTE: This method appends the values to the existing list (if any). Use
setCatalogItems(java.util.Collection)
or withCatalogItems(java.util.Collection)
if you want to
override the existing values.
catalogItems
- Information about the catalog items.public ListCatalogItemsResult withCatalogItems(Collection<CatalogItem> catalogItems)
Information about the catalog items.
catalogItems
- Information about the catalog items.public void setNextToken(String nextToken)
nextToken
- public String getNextToken()
public ListCatalogItemsResult withNextToken(String nextToken)
nextToken
- public String toString()
toString
in class Object
Object.toString()
public ListCatalogItemsResult clone()