@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartLoaderJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartLoaderJobResult() |
Modifier and Type | Method and Description |
---|---|
StartLoaderJobResult |
addPayloadEntry(String key,
String value)
Add a single Payload entry
|
StartLoaderJobResult |
clearPayloadEntries()
Removes all the entries added into Payload.
|
StartLoaderJobResult |
clone() |
boolean |
equals(Object obj) |
Map<String,String> |
getPayload()
Contains a
loadId name-value pair that provides an identifier for the load operation. |
String |
getStatus()
The HTTP return code indicating the status of the load job.
|
int |
hashCode() |
void |
setPayload(Map<String,String> payload)
Contains a
loadId name-value pair that provides an identifier for the load operation. |
void |
setStatus(String status)
The HTTP return code indicating the status of the load job.
|
String |
toString()
Returns a string representation of this object.
|
StartLoaderJobResult |
withPayload(Map<String,String> payload)
Contains a
loadId name-value pair that provides an identifier for the load operation. |
StartLoaderJobResult |
withStatus(String status)
The HTTP return code indicating the status of the load job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStatus(String status)
The HTTP return code indicating the status of the load job.
status
- The HTTP return code indicating the status of the load job.public String getStatus()
The HTTP return code indicating the status of the load job.
public StartLoaderJobResult withStatus(String status)
The HTTP return code indicating the status of the load job.
status
- The HTTP return code indicating the status of the load job.public Map<String,String> getPayload()
Contains a loadId
name-value pair that provides an identifier for the load operation.
loadId
name-value pair that provides an identifier for the load operation.public void setPayload(Map<String,String> payload)
Contains a loadId
name-value pair that provides an identifier for the load operation.
payload
- Contains a loadId
name-value pair that provides an identifier for the load operation.public StartLoaderJobResult withPayload(Map<String,String> payload)
Contains a loadId
name-value pair that provides an identifier for the load operation.
payload
- Contains a loadId
name-value pair that provides an identifier for the load operation.public StartLoaderJobResult addPayloadEntry(String key, String value)
public StartLoaderJobResult clearPayloadEntries()
public String toString()
toString
in class Object
Object.toString()
public StartLoaderJobResult clone()