@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAnnotationImportJobsFilter extends Object implements Serializable, Cloneable, StructuredPojo
A filter for annotation import jobs.
| Constructor and Description |
|---|
ListAnnotationImportJobsFilter() |
| Modifier and Type | Method and Description |
|---|---|
ListAnnotationImportJobsFilter |
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.
|
ListAnnotationImportJobsFilter |
withStatus(JobStatus status)
A status to filter on.
|
ListAnnotationImportJobsFilter |
withStatus(String status)
A status to filter on.
|
ListAnnotationImportJobsFilter |
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 ListAnnotationImportJobsFilter withStatus(String status)
A status to filter on.
status - A status to filter on.JobStatuspublic ListAnnotationImportJobsFilter 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 ListAnnotationImportJobsFilter 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 ListAnnotationImportJobsFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.