@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListVariantStoresFilter extends Object implements Serializable, Cloneable, StructuredPojo
A filter for variant stores.
| Constructor and Description |
|---|
ListVariantStoresFilter() |
| Modifier and Type | Method and Description |
|---|---|
ListVariantStoresFilter |
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.
|
ListVariantStoresFilter |
withStatus(StoreStatus status)
A status to filter on.
|
ListVariantStoresFilter |
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 ListVariantStoresFilter withStatus(String status)
A status to filter on.
status - A status to filter on.StoreStatuspublic ListVariantStoresFilter withStatus(StoreStatus status)
A status to filter on.
status - A status to filter on.StoreStatuspublic String toString()
toString in class ObjectObject.toString()public ListVariantStoresFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.