@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCatalogItemResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetCatalogItemResult() |
| Modifier and Type | Method and Description |
|---|---|
GetCatalogItemResult |
clone() |
boolean |
equals(Object obj) |
CatalogItem |
getCatalogItem()
Information about this catalog item.
|
int |
hashCode() |
void |
setCatalogItem(CatalogItem catalogItem)
Information about this catalog item.
|
String |
toString()
Returns a string representation of this object.
|
GetCatalogItemResult |
withCatalogItem(CatalogItem catalogItem)
Information about this catalog item.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setCatalogItem(CatalogItem catalogItem)
Information about this catalog item.
catalogItem - Information about this catalog item.public CatalogItem getCatalogItem()
Information about this catalog item.
public GetCatalogItemResult withCatalogItem(CatalogItem catalogItem)
Information about this catalog item.
catalogItem - Information about this catalog item.public String toString()
toString in class ObjectObject.toString()public GetCatalogItemResult clone()