@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchTypesResultItem extends Object implements Serializable, Cloneable, StructuredPojo
The details of the results of the SearchTypes action.
| Constructor and Description |
|---|
SearchTypesResultItem() |
| Modifier and Type | Method and Description |
|---|---|
SearchTypesResultItem |
clone() |
boolean |
equals(Object obj) |
AssetTypeItem |
getAssetTypeItem()
The asset type included in the results of the
SearchTypes action. |
FormTypeData |
getFormTypeItem()
The form type included in the results of the
SearchTypes action. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAssetTypeItem(AssetTypeItem assetTypeItem)
The asset type included in the results of the
SearchTypes action. |
void |
setFormTypeItem(FormTypeData formTypeItem)
The form type included in the results of the
SearchTypes action. |
String |
toString()
Returns a string representation of this object.
|
SearchTypesResultItem |
withAssetTypeItem(AssetTypeItem assetTypeItem)
The asset type included in the results of the
SearchTypes action. |
SearchTypesResultItem |
withFormTypeItem(FormTypeData formTypeItem)
The form type included in the results of the
SearchTypes action. |
public void setAssetTypeItem(AssetTypeItem assetTypeItem)
The asset type included in the results of the SearchTypes action.
assetTypeItem - The asset type included in the results of the SearchTypes action.public AssetTypeItem getAssetTypeItem()
The asset type included in the results of the SearchTypes action.
SearchTypes action.public SearchTypesResultItem withAssetTypeItem(AssetTypeItem assetTypeItem)
The asset type included in the results of the SearchTypes action.
assetTypeItem - The asset type included in the results of the SearchTypes action.public void setFormTypeItem(FormTypeData formTypeItem)
The form type included in the results of the SearchTypes action.
formTypeItem - The form type included in the results of the SearchTypes action.public FormTypeData getFormTypeItem()
The form type included in the results of the SearchTypes action.
SearchTypes action.public SearchTypesResultItem withFormTypeItem(FormTypeData formTypeItem)
The form type included in the results of the SearchTypes action.
formTypeItem - The form type included in the results of the SearchTypes action.public String toString()
toString in class ObjectObject.toString()public SearchTypesResultItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.