@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. |
LineageNodeTypeItem |
getLineageNodeTypeItem()
The details of a data lineage node type.
|
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. |
void |
setLineageNodeTypeItem(LineageNodeTypeItem lineageNodeTypeItem)
The details of a data lineage node type.
|
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. |
SearchTypesResultItem |
withLineageNodeTypeItem(LineageNodeTypeItem lineageNodeTypeItem)
The details of a data lineage node type.
|
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 void setLineageNodeTypeItem(LineageNodeTypeItem lineageNodeTypeItem)
The details of a data lineage node type.
lineageNodeTypeItem - The details of a data lineage node type.public LineageNodeTypeItem getLineageNodeTypeItem()
The details of a data lineage node type.
public SearchTypesResultItem withLineageNodeTypeItem(LineageNodeTypeItem lineageNodeTypeItem)
The details of a data lineage node type.
lineageNodeTypeItem - The details of a data lineage node type.public String toString()
toString in class ObjectObject.toString()public SearchTypesResultItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.