@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchResultItem extends Object implements Serializable, Cloneable, StructuredPojo
The details of the results of the SearchListings action.
| Constructor and Description |
|---|
SearchResultItem() |
| Modifier and Type | Method and Description |
|---|---|
SearchResultItem |
clone() |
boolean |
equals(Object obj) |
AssetListingItem |
getAssetListing()
The asset listing included in the results of the
SearchListings action. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAssetListing(AssetListingItem assetListing)
The asset listing included in the results of the
SearchListings action. |
String |
toString()
Returns a string representation of this object.
|
SearchResultItem |
withAssetListing(AssetListingItem assetListing)
The asset listing included in the results of the
SearchListings action. |
public void setAssetListing(AssetListingItem assetListing)
The asset listing included in the results of the SearchListings action.
assetListing - The asset listing included in the results of the SearchListings action.public AssetListingItem getAssetListing()
The asset listing included in the results of the SearchListings action.
SearchListings action.public SearchResultItem withAssetListing(AssetListingItem assetListing)
The asset listing included in the results of the SearchListings action.
assetListing - The asset listing included in the results of the SearchListings action.public String toString()
toString in class ObjectObject.toString()public SearchResultItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.