Class SearchTypesResultItem
- java.lang.Object
-
- software.amazon.awssdk.services.datazone.model.SearchTypesResultItem
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SearchTypesResultItem.Builder,SearchTypesResultItem>
@Generated("software.amazon.awssdk:codegen") public final class SearchTypesResultItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SearchTypesResultItem.Builder,SearchTypesResultItem>
The details of the results of the
SearchTypesaction.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSearchTypesResultItem.Builderstatic classSearchTypesResultItem.Type
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AssetTypeItemassetTypeItem()The asset type included in the results of theSearchTypesaction.static SearchTypesResultItem.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)FormTypeDataformTypeItem()The form type included in the results of theSearchTypesaction.static SearchTypesResultItemfromAssetTypeItem(Consumer<AssetTypeItem.Builder> assetTypeItem)Create an instance of this class withassetTypeItem()initialized to the given value.static SearchTypesResultItemfromAssetTypeItem(AssetTypeItem assetTypeItem)Create an instance of this class withassetTypeItem()initialized to the given value.static SearchTypesResultItemfromFormTypeItem(Consumer<FormTypeData.Builder> formTypeItem)Create an instance of this class withformTypeItem()initialized to the given value.static SearchTypesResultItemfromFormTypeItem(FormTypeData formTypeItem)Create an instance of this class withformTypeItem()initialized to the given value.static SearchTypesResultItemfromLineageNodeTypeItem(Consumer<LineageNodeTypeItem.Builder> lineageNodeTypeItem)Create an instance of this class withlineageNodeTypeItem()initialized to the given value.static SearchTypesResultItemfromLineageNodeTypeItem(LineageNodeTypeItem lineageNodeTypeItem)Create an instance of this class withlineageNodeTypeItem()initialized to the given value.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LineageNodeTypeItemlineageNodeTypeItem()The details of a data lineage node type.List<SdkField<?>>sdkFields()static Class<? extends SearchTypesResultItem.Builder>serializableBuilderClass()SearchTypesResultItem.BuildertoBuilder()StringtoString()Returns a string representation of this object.SearchTypesResultItem.Typetype()Retrieve an enum value representing which member of this object is populated.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
assetTypeItem
public final AssetTypeItem assetTypeItem()
The asset type included in the results of the
SearchTypesaction.- Returns:
- The asset type included in the results of the
SearchTypesaction.
-
formTypeItem
public final FormTypeData formTypeItem()
The form type included in the results of the
SearchTypesaction.- Returns:
- The form type included in the results of the
SearchTypesaction.
-
lineageNodeTypeItem
public final LineageNodeTypeItem lineageNodeTypeItem()
The details of a data lineage node type.
- Returns:
- The details of a data lineage node type.
-
toBuilder
public SearchTypesResultItem.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SearchTypesResultItem.Builder,SearchTypesResultItem>
-
builder
public static SearchTypesResultItem.Builder builder()
-
serializableBuilderClass
public static Class<? extends SearchTypesResultItem.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
fromAssetTypeItem
public static SearchTypesResultItem fromAssetTypeItem(AssetTypeItem assetTypeItem)
Create an instance of this class withassetTypeItem()initialized to the given value.The asset type included in the results of the
SearchTypesaction.- Parameters:
assetTypeItem- The asset type included in the results of theSearchTypesaction.
-
fromAssetTypeItem
public static SearchTypesResultItem fromAssetTypeItem(Consumer<AssetTypeItem.Builder> assetTypeItem)
Create an instance of this class withassetTypeItem()initialized to the given value.The asset type included in the results of the
SearchTypesaction.- Parameters:
assetTypeItem- The asset type included in the results of theSearchTypesaction.
-
fromFormTypeItem
public static SearchTypesResultItem fromFormTypeItem(FormTypeData formTypeItem)
Create an instance of this class withformTypeItem()initialized to the given value.The form type included in the results of the
SearchTypesaction.- Parameters:
formTypeItem- The form type included in the results of theSearchTypesaction.
-
fromFormTypeItem
public static SearchTypesResultItem fromFormTypeItem(Consumer<FormTypeData.Builder> formTypeItem)
Create an instance of this class withformTypeItem()initialized to the given value.The form type included in the results of the
SearchTypesaction.- Parameters:
formTypeItem- The form type included in the results of theSearchTypesaction.
-
fromLineageNodeTypeItem
public static SearchTypesResultItem fromLineageNodeTypeItem(LineageNodeTypeItem lineageNodeTypeItem)
Create an instance of this class withlineageNodeTypeItem()initialized to the given value.The details of a data lineage node type.
- Parameters:
lineageNodeTypeItem- The details of a data lineage node type.
-
fromLineageNodeTypeItem
public static SearchTypesResultItem fromLineageNodeTypeItem(Consumer<LineageNodeTypeItem.Builder> lineageNodeTypeItem)
Create an instance of this class withlineageNodeTypeItem()initialized to the given value.The details of a data lineage node type.
- Parameters:
lineageNodeTypeItem- The details of a data lineage node type.
-
type
public SearchTypesResultItem.Type type()
Retrieve an enum value representing which member of this object is populated. When this class is returned in a service response, this will beSearchTypesResultItem.Type.UNKNOWN_TO_SDK_VERSIONif the service returned a member that is only known to a newer SDK version. When this class is created directly in your code, this will beSearchTypesResultItem.Type.UNKNOWN_TO_SDK_VERSIONif zero members are set, andnullif more than one member is set.
-
-