public class InitiateJobResult extends Object 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.
|
public String getLocation()
public void setLocation(String location)
location - The relative URI path of the job.public InitiateJobResult withLocation(String location)
Returns a reference to this object so that method calls can be chained together.
location - The relative URI path of the job.public String getJobId()
public void setJobId(String jobId)
jobId - The ID of the job.public InitiateJobResult withJobId(String jobId)
Returns a reference to this object so that method calls can be chained together.
jobId - The ID of the job.public String toString()
toString in class ObjectObject.toString()public InitiateJobResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.