@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)
Marshalls this structured data using the given
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.StoreStatus
public String getStatus()
A status to filter on.
StoreStatus
public ListAnnotationStoresFilter withStatus(String status)
A status to filter on.
status
- A status to filter on.StoreStatus
public ListAnnotationStoresFilter withStatus(StoreStatus status)
A status to filter on.
status
- A status to filter on.StoreStatus
public String toString()
toString
in class Object
Object.toString()
public ListAnnotationStoresFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.