Class GetLabelDetectionRequestMetadata
- java.lang.Object
-
- software.amazon.awssdk.services.rekognition.model.GetLabelDetectionRequestMetadata
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<GetLabelDetectionRequestMetadata.Builder,GetLabelDetectionRequestMetadata>
@Generated("software.amazon.awssdk:codegen") public final class GetLabelDetectionRequestMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GetLabelDetectionRequestMetadata.Builder,GetLabelDetectionRequestMetadata>
Contains metadata about a label detection request, including the SortBy and AggregateBy options.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetLabelDetectionRequestMetadata.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description LabelDetectionAggregateByaggregateBy()The aggregation method chosen for a GetLabelDetection request.StringaggregateByAsString()The aggregation method chosen for a GetLabelDetection request.static GetLabelDetectionRequestMetadata.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends GetLabelDetectionRequestMetadata.Builder>serializableBuilderClass()LabelDetectionSortBysortBy()The sorting method chosen for a GetLabelDetection request.StringsortByAsString()The sorting method chosen for a GetLabelDetection request.GetLabelDetectionRequestMetadata.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
sortBy
public final LabelDetectionSortBy sortBy()
The sorting method chosen for a GetLabelDetection request.
If the service returns an enum value that is not available in the current SDK version,
sortBywill returnLabelDetectionSortBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortByAsString().- Returns:
- The sorting method chosen for a GetLabelDetection request.
- See Also:
LabelDetectionSortBy
-
sortByAsString
public final String sortByAsString()
The sorting method chosen for a GetLabelDetection request.
If the service returns an enum value that is not available in the current SDK version,
sortBywill returnLabelDetectionSortBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortByAsString().- Returns:
- The sorting method chosen for a GetLabelDetection request.
- See Also:
LabelDetectionSortBy
-
aggregateBy
public final LabelDetectionAggregateBy aggregateBy()
The aggregation method chosen for a GetLabelDetection request.
If the service returns an enum value that is not available in the current SDK version,
aggregateBywill returnLabelDetectionAggregateBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromaggregateByAsString().- Returns:
- The aggregation method chosen for a GetLabelDetection request.
- See Also:
LabelDetectionAggregateBy
-
aggregateByAsString
public final String aggregateByAsString()
The aggregation method chosen for a GetLabelDetection request.
If the service returns an enum value that is not available in the current SDK version,
aggregateBywill returnLabelDetectionAggregateBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromaggregateByAsString().- Returns:
- The aggregation method chosen for a GetLabelDetection request.
- See Also:
LabelDetectionAggregateBy
-
toBuilder
public GetLabelDetectionRequestMetadata.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetLabelDetectionRequestMetadata.Builder,GetLabelDetectionRequestMetadata>
-
builder
public static GetLabelDetectionRequestMetadata.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetLabelDetectionRequestMetadata.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-