@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListLoaderJobsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListLoaderJobsResult() |
Modifier and Type | Method and Description |
---|---|
ListLoaderJobsResult |
clone() |
boolean |
equals(Object obj) |
LoaderIdResult |
getPayload()
The requested list of job IDs.
|
String |
getStatus()
Returns the status of the job list request.
|
int |
hashCode() |
void |
setPayload(LoaderIdResult payload)
The requested list of job IDs.
|
void |
setStatus(String status)
Returns the status of the job list request.
|
String |
toString()
Returns a string representation of this object.
|
ListLoaderJobsResult |
withPayload(LoaderIdResult payload)
The requested list of job IDs.
|
ListLoaderJobsResult |
withStatus(String status)
Returns the status of the job list request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStatus(String status)
Returns the status of the job list request.
status
- Returns the status of the job list request.public String getStatus()
Returns the status of the job list request.
public ListLoaderJobsResult withStatus(String status)
Returns the status of the job list request.
status
- Returns the status of the job list request.public void setPayload(LoaderIdResult payload)
The requested list of job IDs.
payload
- The requested list of job IDs.public LoaderIdResult getPayload()
The requested list of job IDs.
public ListLoaderJobsResult withPayload(LoaderIdResult payload)
The requested list of job IDs.
payload
- The requested list of job IDs.public String toString()
toString
in class Object
Object.toString()
public ListLoaderJobsResult clone()