@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InitiateJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the Amazon S3 Glacier response to your request.
Constructor and Description |
---|
InitiateJobResult() |
Modifier and Type | Method and Description |
---|---|
InitiateJobResult |
clone() |
boolean |
equals(Object obj) |
String |
getJobId()
The ID of the job.
|
String |
getJobOutputPath()
The path to the location of where the select results are stored.
|
String |
getLocation()
The relative URI path of the job.
|
int |
hashCode() |
void |
setJobId(String jobId)
The ID of the job.
|
void |
setJobOutputPath(String jobOutputPath)
The path to the location of where the select results are stored.
|
void |
setLocation(String location)
The relative URI path of the job.
|
String |
toString()
Returns a string representation of this object.
|
InitiateJobResult |
withJobId(String jobId)
The ID of the job.
|
InitiateJobResult |
withJobOutputPath(String jobOutputPath)
The path to the location of where the select results are stored.
|
InitiateJobResult |
withLocation(String location)
The relative URI path of the job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setLocation(String location)
The relative URI path of the job.
location
- The relative URI path of the job.public String getLocation()
The relative URI path of the job.
public InitiateJobResult withLocation(String location)
The relative URI path of the job.
location
- The relative URI path of the job.public void setJobId(String jobId)
The ID of the job.
jobId
- The ID of the job.public String getJobId()
The ID of the job.
public InitiateJobResult withJobId(String jobId)
The ID of the job.
jobId
- The ID of the job.public void setJobOutputPath(String jobOutputPath)
The path to the location of where the select results are stored.
jobOutputPath
- The path to the location of where the select results are stored.public String getJobOutputPath()
The path to the location of where the select results are stored.
public InitiateJobResult withJobOutputPath(String jobOutputPath)
The path to the location of where the select results are stored.
jobOutputPath
- The path to the location of where the select results are stored.public String toString()
toString
in class Object
Object.toString()
public InitiateJobResult clone()