@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) |
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)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.