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()booleangetJobId()The ID of the job.The relative URI path of the job.inthashCode()voidThe ID of the job.voidsetLocation(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
-
getJobId
-
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
-
equals
-
hashCode
-
clone
-