@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TypeFilters extends Object implements Serializable, Cloneable
Filter criteria to use in determining which extensions to return.
Constructor and Description |
---|
TypeFilters() |
Modifier and Type | Method and Description |
---|---|
TypeFilters |
clone() |
boolean |
equals(Object obj) |
String |
getCategory()
The category of extensions to return.
|
String |
getPublisherId()
The id of the publisher of the extension.
|
String |
getTypeNamePrefix()
A prefix to use as a filter for results.
|
int |
hashCode() |
void |
setCategory(String category)
The category of extensions to return.
|
void |
setPublisherId(String publisherId)
The id of the publisher of the extension.
|
void |
setTypeNamePrefix(String typeNamePrefix)
A prefix to use as a filter for results.
|
String |
toString()
Returns a string representation of this object.
|
TypeFilters |
withCategory(Category category)
The category of extensions to return.
|
TypeFilters |
withCategory(String category)
The category of extensions to return.
|
TypeFilters |
withPublisherId(String publisherId)
The id of the publisher of the extension.
|
TypeFilters |
withTypeNamePrefix(String typeNamePrefix)
A prefix to use as a filter for results.
|
public void setCategory(String 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.
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.
Category
public String getCategory()
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.
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.
Category
public TypeFilters withCategory(String 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.
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.
Category
public TypeFilters withCategory(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.
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.
Category
public void setPublisherId(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.
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.
public String getPublisherId()
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 TypeFilters withPublisherId(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.
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.
public void setTypeNamePrefix(String typeNamePrefix)
A prefix to use as a filter for results.
typeNamePrefix
- A prefix to use as a filter for results.public String getTypeNamePrefix()
A prefix to use as a filter for results.
public TypeFilters withTypeNamePrefix(String typeNamePrefix)
A prefix to use as a filter for results.
typeNamePrefix
- A prefix to use as a filter for results.public String toString()
toString
in class Object
Object.toString()
public TypeFilters clone()