Class TypeFilters
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TypeFilters.Builder,TypeFilters>
Filter criteria to use in determining which extensions to return.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic TypeFilters.Builderbuilder()final Categorycategory()The category of extensions to return.final StringThe category of extensions to return.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe id of the publisher of the extension.static Class<? extends TypeFilters.Builder>final StringtoString()Returns a string representation of this object.final StringA prefix to use as a filter for results.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
category
The category of extensions to return.
-
REGISTERED: Private extensions that have been registered for this account and Region. -
ACTIVATED: Public extensions that have been activated for this account and Region. -
THIRD_PARTY: Extensions available for use from publishers other than Amazon. This includes:-
Private extensions registered in the account.
-
Public extensions from publishers other than Amazon, whether activated or not.
-
-
AWS_TYPES: Extensions available for use from Amazon.
If the service returns an enum value that is not available in the current SDK version,
categorywill returnCategory.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcategoryAsString().- Returns:
- The category of extensions to return.
-
REGISTERED: Private extensions that have been registered for this account and Region. -
ACTIVATED: Public extensions that have been activated for this account and Region. -
THIRD_PARTY: Extensions available for use from publishers other than Amazon. This includes:-
Private extensions registered in the account.
-
Public extensions from publishers other than Amazon, whether activated or not.
-
-
AWS_TYPES: Extensions available for use from Amazon.
-
- See Also:
-
-
categoryAsString
The category of extensions to return.
-
REGISTERED: Private extensions that have been registered for this account and Region. -
ACTIVATED: Public extensions that have been activated for this account and Region. -
THIRD_PARTY: Extensions available for use from publishers other than Amazon. This includes:-
Private extensions registered in the account.
-
Public extensions from publishers other than Amazon, whether activated or not.
-
-
AWS_TYPES: Extensions available for use from Amazon.
If the service returns an enum value that is not available in the current SDK version,
categorywill returnCategory.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcategoryAsString().- Returns:
- The category of extensions to return.
-
REGISTERED: Private extensions that have been registered for this account and Region. -
ACTIVATED: Public extensions that have been activated for this account and Region. -
THIRD_PARTY: Extensions available for use from publishers other than Amazon. This includes:-
Private extensions registered in the account.
-
Public extensions from publishers other than Amazon, whether activated or not.
-
-
AWS_TYPES: Extensions available for use from Amazon.
-
- See Also:
-
-
publisherId
The id of the publisher of the extension.
Extensions published by Amazon aren't assigned a publisher ID. Use the
AWS_TYPEScategory to specify a list of types published by Amazon.- Returns:
- The id of the publisher of the extension.
Extensions published by Amazon aren't assigned a publisher ID. Use the
AWS_TYPEScategory to specify a list of types published by Amazon.
-
typeNamePrefix
A prefix to use as a filter for results.
- Returns:
- A prefix to use as a filter for results.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<TypeFilters.Builder,TypeFilters>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-