@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InitiateJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the Amazon 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 |
getLocation()
The relative URI path of the job.
|
int |
hashCode() |
void |
setJobId(String jobId)
The ID of the job.
|
void |
setLocation(String location)
The relative URI path of the job.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
InitiateJobResult |
withJobId(String jobId)
The ID of the job.
|
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 String toString()
toString
in class Object
Object.toString()
public InitiateJobResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.