@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Filter extends Object implements Serializable, Cloneable, StructuredPojo
Use filters to focus the returned annotation store versions on a specific parameter, such as the status of the annotation store.
| Constructor and Description |
|---|
Filter() |
| Modifier and Type | Method and Description |
|---|---|
Filter |
clone() |
boolean |
equals(Object obj) |
List<String> |
getResourceArns()
The Amazon Resource Number (Arn) for an analytics store.
|
List<String> |
getStatus()
The status of an annotation store version.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setResourceArns(Collection<String> resourceArns)
The Amazon Resource Number (Arn) for an analytics store.
|
void |
setStatus(Collection<String> status)
The status of an annotation store version.
|
String |
toString()
Returns a string representation of this object.
|
Filter |
withResourceArns(Collection<String> resourceArns)
The Amazon Resource Number (Arn) for an analytics store.
|
Filter |
withResourceArns(String... resourceArns)
The Amazon Resource Number (Arn) for an analytics store.
|
Filter |
withStatus(Collection<String> status)
The status of an annotation store version.
|
Filter |
withStatus(ShareStatus... status)
The status of an annotation store version.
|
Filter |
withStatus(String... status)
The status of an annotation store version.
|
public List<String> getResourceArns()
The Amazon Resource Number (Arn) for an analytics store.
public void setResourceArns(Collection<String> resourceArns)
The Amazon Resource Number (Arn) for an analytics store.
resourceArns - The Amazon Resource Number (Arn) for an analytics store.public Filter withResourceArns(String... resourceArns)
The Amazon Resource Number (Arn) for an analytics store.
NOTE: This method appends the values to the existing list (if any). Use
setResourceArns(java.util.Collection) or withResourceArns(java.util.Collection) if you want to
override the existing values.
resourceArns - The Amazon Resource Number (Arn) for an analytics store.public Filter withResourceArns(Collection<String> resourceArns)
The Amazon Resource Number (Arn) for an analytics store.
resourceArns - The Amazon Resource Number (Arn) for an analytics store.public List<String> getStatus()
The status of an annotation store version.
ShareStatuspublic void setStatus(Collection<String> status)
The status of an annotation store version.
status - The status of an annotation store version.ShareStatuspublic Filter withStatus(String... status)
The status of an annotation store version.
NOTE: This method appends the values to the existing list (if any). Use
setStatus(java.util.Collection) or withStatus(java.util.Collection) if you want to override the
existing values.
status - The status of an annotation store version.ShareStatuspublic Filter withStatus(Collection<String> status)
The status of an annotation store version.
status - The status of an annotation store version.ShareStatuspublic Filter withStatus(ShareStatus... status)
The status of an annotation store version.
status - The status of an annotation store version.ShareStatuspublic String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.