@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TypeFilters.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TypeFilters.Builder |
builder() |
Category |
category()
The category of extensions to return.
|
String |
categoryAsString()
The category of extensions to return.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
publisherId()
The id of the publisher of the extension.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TypeFilters.Builder> |
serializableBuilderClass() |
TypeFilters.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
typeNamePrefix()
A prefix to use as a filter for results.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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, category will
return Category.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
categoryAsString().
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.
Categorypublic 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, category will
return Category.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
categoryAsString().
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.
Categorypublic final String publisherId()
The id of the publisher of the extension.
Extensions published by Amazon aren't assigned a publisher ID. Use the AWS_TYPES category to specify
a list of types published by Amazon.
Extensions published by Amazon aren't assigned a publisher ID. Use the AWS_TYPES category to
specify a list of types published by Amazon.
public final String typeNamePrefix()
A prefix to use as a filter for results.
public TypeFilters.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TypeFilters.Builder,TypeFilters>public static TypeFilters.Builder builder()
public static Class<? extends TypeFilters.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.