Class TypeFilters
- java.lang.Object
-
- software.amazon.awssdk.services.cloudformation.model.TypeFilters
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TypeFilters.Builder,TypeFilters>
@Generated("software.amazon.awssdk:codegen") public final class TypeFilters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TypeFilters.Builder,TypeFilters>
Filter criteria to use in determining which extensions to return.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTypeFilters.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TypeFilters.Builderbuilder()Categorycategory()The category of extensions to return.StringcategoryAsString()The category of extensions to return.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringpublisherId()The id of the publisher of the extension.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends TypeFilters.Builder>serializableBuilderClass()TypeFilters.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringtypeNamePrefix()A prefix to use as a filter for results.-
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
-
category
public final Category 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:
Category
-
-
categoryAsString
public final String 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:
Category
-
-
publisherId
public final String 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
public final String typeNamePrefix()
A prefix to use as a filter for results.
- Returns:
- A prefix to use as a filter for results.
-
toBuilder
public TypeFilters.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TypeFilters.Builder,TypeFilters>
-
builder
public static TypeFilters.Builder builder()
-
serializableBuilderClass
public static Class<? extends TypeFilters.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
-
-