Class ResultItem
- java.lang.Object
-
- software.amazon.awssdk.services.backupsearch.model.ResultItem
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ResultItem.Builder,ResultItem>
@Generated("software.amazon.awssdk:codegen") public final class ResultItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResultItem.Builder,ResultItem>
This is an object representing the item returned in the results of a search for a specific resource type.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceResultItem.Builderstatic classResultItem.Type
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ResultItem.Builderbuilder()EBSResultItemebsResultItem()These are items returned in the search results of an Amazon EBS search.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)static ResultItemfromEbsResultItem(Consumer<EBSResultItem.Builder> ebsResultItem)Create an instance of this class withebsResultItem()initialized to the given value.static ResultItemfromEbsResultItem(EBSResultItem ebsResultItem)Create an instance of this class withebsResultItem()initialized to the given value.static ResultItemfromS3ResultItem(Consumer<S3ResultItem.Builder> s3ResultItem)Create an instance of this class withs3ResultItem()initialized to the given value.static ResultItemfromS3ResultItem(S3ResultItem s3ResultItem)Create an instance of this class withs3ResultItem()initialized to the given value.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()S3ResultItems3ResultItem()These are items returned in the search results of an Amazon S3 search.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ResultItem.Builder>serializableBuilderClass()ResultItem.BuildertoBuilder()StringtoString()Returns a string representation of this object.ResultItem.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
-
s3ResultItem
public final S3ResultItem s3ResultItem()
These are items returned in the search results of an Amazon S3 search.
- Returns:
- These are items returned in the search results of an Amazon S3 search.
-
ebsResultItem
public final EBSResultItem ebsResultItem()
These are items returned in the search results of an Amazon EBS search.
- Returns:
- These are items returned in the search results of an Amazon EBS search.
-
toBuilder
public ResultItem.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ResultItem.Builder,ResultItem>
-
builder
public static ResultItem.Builder builder()
-
serializableBuilderClass
public static Class<? extends ResultItem.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.
-
fromS3ResultItem
public static ResultItem fromS3ResultItem(S3ResultItem s3ResultItem)
Create an instance of this class withs3ResultItem()initialized to the given value.These are items returned in the search results of an Amazon S3 search.
- Parameters:
s3ResultItem- These are items returned in the search results of an Amazon S3 search.
-
fromS3ResultItem
public static ResultItem fromS3ResultItem(Consumer<S3ResultItem.Builder> s3ResultItem)
Create an instance of this class withs3ResultItem()initialized to the given value.These are items returned in the search results of an Amazon S3 search.
- Parameters:
s3ResultItem- These are items returned in the search results of an Amazon S3 search.
-
fromEbsResultItem
public static ResultItem fromEbsResultItem(EBSResultItem ebsResultItem)
Create an instance of this class withebsResultItem()initialized to the given value.These are items returned in the search results of an Amazon EBS search.
- Parameters:
ebsResultItem- These are items returned in the search results of an Amazon EBS search.
-
fromEbsResultItem
public static ResultItem fromEbsResultItem(Consumer<EBSResultItem.Builder> ebsResultItem)
Create an instance of this class withebsResultItem()initialized to the given value.These are items returned in the search results of an Amazon EBS search.
- Parameters:
ebsResultItem- These are items returned in the search results of an Amazon EBS search.
-
type
public ResultItem.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 beResultItem.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 beResultItem.Type.UNKNOWN_TO_SDK_VERSIONif zero members are set, andnullif more than one member is set.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-