|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.glacier.model.InitiateJobResult
public class InitiateJobResult
Contains the Amazon Glacier response to your request.
Constructor Summary | |
---|---|
InitiateJobResult()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InitiateJobResult()
Method Detail |
---|
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 Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |