Class InitiateJobResult
java.lang.Object
com.amazonaws.services.glacier.model.InitiateJobResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the Amazon Glacier response to your request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getJobId()
The ID of the job.The relative URI path of the job.int
hashCode()
void
The ID of the job.void
setLocation
(String location) The relative URI path of the job.toString()
Returns a string representation of this object; useful for testing and debugging.The ID of the job.withLocation
(String location) The relative URI path of the job.
-
Constructor Details
-
InitiateJobResult
public InitiateJobResult()
-
-
Method Details
-
setLocation
The relative URI path of the job.
- Parameters:
location
- The relative URI path of the job.
-
getLocation
The relative URI path of the job.
- Returns:
- The relative URI path of the job.
-
withLocation
The relative URI path of the job.
- Parameters:
location
- The relative URI path of the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setJobId
The ID of the job.
- Parameters:
jobId
- The ID of the job.
-
getJobId
The ID of the job.
- Returns:
- The ID of the job.
-
withJobId
The ID of the job.
- Parameters:
jobId
- The ID of the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-