@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAnnotationStoresFilter extends Object implements Serializable, Cloneable, StructuredPojo
A filter for annotation stores.
| Constructor and Description |
|---|
ListAnnotationStoresFilter() |
| Modifier and Type | Method and Description |
|---|---|
ListAnnotationStoresFilter |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
A status to filter on.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setStatus(String status)
A status to filter on.
|
String |
toString()
Returns a string representation of this object.
|
ListAnnotationStoresFilter |
withStatus(StoreStatus status)
A status to filter on.
|
ListAnnotationStoresFilter |
withStatus(String status)
A status to filter on.
|
public void setStatus(String status)
A status to filter on.
status - A status to filter on.StoreStatuspublic String getStatus()
A status to filter on.
StoreStatuspublic ListAnnotationStoresFilter withStatus(String status)
A status to filter on.
status - A status to filter on.StoreStatuspublic ListAnnotationStoresFilter withStatus(StoreStatus status)
A status to filter on.
status - A status to filter on.StoreStatuspublic String toString()
toString in class ObjectObject.toString()public ListAnnotationStoresFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.