@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.StoreStatus
public String getStatus()
A status to filter on.
StoreStatus
public ListVariantStoresFilter withStatus(String status)
A status to filter on.
status
- A status to filter on.StoreStatus
public ListVariantStoresFilter 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 ListVariantStoresFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.