@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListVariantImportJobsFilter extends Object implements Serializable, Cloneable, StructuredPojo
A filter for variant import jobs.
| Constructor and Description |
|---|
ListVariantImportJobsFilter() |
| Modifier and Type | Method and Description |
|---|---|
ListVariantImportJobsFilter |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
A status to filter on.
|
String |
getStoreName()
A store name to filter on.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setStatus(String status)
A status to filter on.
|
void |
setStoreName(String storeName)
A store name to filter on.
|
String |
toString()
Returns a string representation of this object.
|
ListVariantImportJobsFilter |
withStatus(JobStatus status)
A status to filter on.
|
ListVariantImportJobsFilter |
withStatus(String status)
A status to filter on.
|
ListVariantImportJobsFilter |
withStoreName(String storeName)
A store name to filter on.
|
public void setStatus(String status)
A status to filter on.
status - A status to filter on.JobStatuspublic String getStatus()
A status to filter on.
JobStatuspublic ListVariantImportJobsFilter withStatus(String status)
A status to filter on.
status - A status to filter on.JobStatuspublic ListVariantImportJobsFilter withStatus(JobStatus status)
A status to filter on.
status - A status to filter on.JobStatuspublic void setStoreName(String storeName)
A store name to filter on.
storeName - A store name to filter on.public String getStoreName()
A store name to filter on.
public ListVariantImportJobsFilter withStoreName(String storeName)
A store name to filter on.
storeName - A store name to filter on.public String toString()
toString in class ObjectObject.toString()public ListVariantImportJobsFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.