com.amazonaws.services.glacier.model
Class GetJobOutputResult
java.lang.Object
com.amazonaws.services.glacier.model.GetJobOutputResult
public class GetJobOutputResult
- extends java.lang.Object
Contains the Amazon Glacier response to your request.
Method Summary |
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getAcceptRanges()
Indicates the range units accepted. |
java.lang.String |
getArchiveDescription()
The description of an archive. |
java.io.InputStream |
getBody()
The job data, either archive data or inventory data. |
java.lang.String |
getChecksum()
The checksum of the data in the response. |
java.lang.String |
getContentRange()
The range of bytes returned by Amazon Glacier. |
java.lang.String |
getContentType()
The Content-Type depends on whether the job output is an archive or a
vault inventory. |
java.lang.Integer |
getStatus()
The HTTP response code for a job output request. |
int |
hashCode()
|
void |
setAcceptRanges(java.lang.String acceptRanges)
Indicates the range units accepted. |
void |
setArchiveDescription(java.lang.String archiveDescription)
The description of an archive. |
void |
setBody(java.io.InputStream body)
The job data, either archive data or inventory data. |
void |
setChecksum(java.lang.String checksum)
The checksum of the data in the response. |
void |
setContentRange(java.lang.String contentRange)
The range of bytes returned by Amazon Glacier. |
void |
setContentType(java.lang.String contentType)
The Content-Type depends on whether the job output is an archive or a
vault inventory. |
void |
setStatus(java.lang.Integer status)
The HTTP response code for a job output request. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging. |
GetJobOutputResult |
withAcceptRanges(java.lang.String acceptRanges)
Indicates the range units accepted. |
GetJobOutputResult |
withArchiveDescription(java.lang.String archiveDescription)
The description of an archive. |
GetJobOutputResult |
withBody(java.io.InputStream body)
The job data, either archive data or inventory data. |
GetJobOutputResult |
withChecksum(java.lang.String checksum)
The checksum of the data in the response. |
GetJobOutputResult |
withContentRange(java.lang.String contentRange)
The range of bytes returned by Amazon Glacier. |
GetJobOutputResult |
withContentType(java.lang.String contentType)
The Content-Type depends on whether the job output is an archive or a
vault inventory. |
GetJobOutputResult |
withStatus(java.lang.Integer status)
The HTTP response code for a job output request. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
GetJobOutputResult
public GetJobOutputResult()
getBody
public java.io.InputStream getBody()
- The job data, either archive data or inventory data.
- Returns:
- The job data, either archive data or inventory data.
setBody
public void setBody(java.io.InputStream body)
- The job data, either archive data or inventory data.
- Parameters:
body
- The job data, either archive data or inventory data.
withBody
public GetJobOutputResult withBody(java.io.InputStream body)
- The job data, either archive data or inventory data.
Returns a reference to this object so that method calls can be chained together.
- Parameters:
body
- The job data, either archive data or inventory data.
- Returns:
- A reference to this updated object so that method calls can be chained
together.
getChecksum
public java.lang.String getChecksum()
- The checksum of the data in the response. This header is returned only
when retrieving the output for an archive retrieval job. Furthermore,
this header appears only under the following conditions:
- You
get the entire range of the archive.
- You request a range to
return of the archive that starts and ends on a multiple of 1 MB. For
example, if you have an 3.1 MB archive and you specify a range to
return that starts at 1 MB and ends at 2 MB, then the
x-amz-sha256-tree-hash is returned as a response header.
- You
request a range of the archive to return that starts on a multiple of
1 MB and goes to the end of the archive. For example, if you have a
3.1 MB archive and you specify a range that starts at 2 MB and ends at
3.1 MB (the end of the archive), then the x-amz-sha256-tree-hash is
returned as a response header.
- Returns:
- The checksum of the data in the response. This header is returned only
when retrieving the output for an archive retrieval job. Furthermore,
this header appears only under the following conditions:
- You
get the entire range of the archive.
- You request a range to
return of the archive that starts and ends on a multiple of 1 MB. For
example, if you have an 3.1 MB archive and you specify a range to
return that starts at 1 MB and ends at 2 MB, then the
x-amz-sha256-tree-hash is returned as a response header.
- You
request a range of the archive to return that starts on a multiple of
1 MB and goes to the end of the archive. For example, if you have a
3.1 MB archive and you specify a range that starts at 2 MB and ends at
3.1 MB (the end of the archive), then the x-amz-sha256-tree-hash is
returned as a response header.
setChecksum
public void setChecksum(java.lang.String checksum)
- The checksum of the data in the response. This header is returned only
when retrieving the output for an archive retrieval job. Furthermore,
this header appears only under the following conditions:
- You
get the entire range of the archive.
- You request a range to
return of the archive that starts and ends on a multiple of 1 MB. For
example, if you have an 3.1 MB archive and you specify a range to
return that starts at 1 MB and ends at 2 MB, then the
x-amz-sha256-tree-hash is returned as a response header.
- You
request a range of the archive to return that starts on a multiple of
1 MB and goes to the end of the archive. For example, if you have a
3.1 MB archive and you specify a range that starts at 2 MB and ends at
3.1 MB (the end of the archive), then the x-amz-sha256-tree-hash is
returned as a response header.
- Parameters:
checksum
- The checksum of the data in the response. This header is returned only
when retrieving the output for an archive retrieval job. Furthermore,
this header appears only under the following conditions: - You
get the entire range of the archive.
- You request a range to
return of the archive that starts and ends on a multiple of 1 MB. For
example, if you have an 3.1 MB archive and you specify a range to
return that starts at 1 MB and ends at 2 MB, then the
x-amz-sha256-tree-hash is returned as a response header.
- You
request a range of the archive to return that starts on a multiple of
1 MB and goes to the end of the archive. For example, if you have a
3.1 MB archive and you specify a range that starts at 2 MB and ends at
3.1 MB (the end of the archive), then the x-amz-sha256-tree-hash is
returned as a response header.
withChecksum
public GetJobOutputResult withChecksum(java.lang.String checksum)
- The checksum of the data in the response. This header is returned only
when retrieving the output for an archive retrieval job. Furthermore,
this header appears only under the following conditions:
- You
get the entire range of the archive.
- You request a range to
return of the archive that starts and ends on a multiple of 1 MB. For
example, if you have an 3.1 MB archive and you specify a range to
return that starts at 1 MB and ends at 2 MB, then the
x-amz-sha256-tree-hash is returned as a response header.
- You
request a range of the archive to return that starts on a multiple of
1 MB and goes to the end of the archive. For example, if you have a
3.1 MB archive and you specify a range that starts at 2 MB and ends at
3.1 MB (the end of the archive), then the x-amz-sha256-tree-hash is
returned as a response header.
Returns a reference to this object so that method calls can be chained together.
- Parameters:
checksum
- The checksum of the data in the response. This header is returned only
when retrieving the output for an archive retrieval job. Furthermore,
this header appears only under the following conditions: - You
get the entire range of the archive.
- You request a range to
return of the archive that starts and ends on a multiple of 1 MB. For
example, if you have an 3.1 MB archive and you specify a range to
return that starts at 1 MB and ends at 2 MB, then the
x-amz-sha256-tree-hash is returned as a response header.
- You
request a range of the archive to return that starts on a multiple of
1 MB and goes to the end of the archive. For example, if you have a
3.1 MB archive and you specify a range that starts at 2 MB and ends at
3.1 MB (the end of the archive), then the x-amz-sha256-tree-hash is
returned as a response header.
- Returns:
- A reference to this updated object so that method calls can be chained
together.
getStatus
public java.lang.Integer getStatus()
- The HTTP response code for a job output request. The value depends on
whether a range was specified in the request.
- Returns:
- The HTTP response code for a job output request. The value depends on
whether a range was specified in the request.
setStatus
public void setStatus(java.lang.Integer status)
- The HTTP response code for a job output request. The value depends on
whether a range was specified in the request.
- Parameters:
status
- The HTTP response code for a job output request. The value depends on
whether a range was specified in the request.
withStatus
public GetJobOutputResult withStatus(java.lang.Integer status)
- The HTTP response code for a job output request. The value depends on
whether a range was specified in the request.
Returns a reference to this object so that method calls can be chained together.
- Parameters:
status
- The HTTP response code for a job output request. The value depends on
whether a range was specified in the request.
- Returns:
- A reference to this updated object so that method calls can be chained
together.
getContentRange
public java.lang.String getContentRange()
- The range of bytes returned by Amazon Glacier. If only partial output
is downloaded, the response provides the range of bytes Amazon Glacier
returned. For example, bytes 0-1048575/8388608 returns the first 1 MB
from 8 MB.
- Returns:
- The range of bytes returned by Amazon Glacier. If only partial output
is downloaded, the response provides the range of bytes Amazon Glacier
returned. For example, bytes 0-1048575/8388608 returns the first 1 MB
from 8 MB.
setContentRange
public void setContentRange(java.lang.String contentRange)
- The range of bytes returned by Amazon Glacier. If only partial output
is downloaded, the response provides the range of bytes Amazon Glacier
returned. For example, bytes 0-1048575/8388608 returns the first 1 MB
from 8 MB.
- Parameters:
contentRange
- The range of bytes returned by Amazon Glacier. If only partial output
is downloaded, the response provides the range of bytes Amazon Glacier
returned. For example, bytes 0-1048575/8388608 returns the first 1 MB
from 8 MB.
withContentRange
public GetJobOutputResult withContentRange(java.lang.String contentRange)
- The range of bytes returned by Amazon Glacier. If only partial output
is downloaded, the response provides the range of bytes Amazon Glacier
returned. For example, bytes 0-1048575/8388608 returns the first 1 MB
from 8 MB.
Returns a reference to this object so that method calls can be chained together.
- Parameters:
contentRange
- The range of bytes returned by Amazon Glacier. If only partial output
is downloaded, the response provides the range of bytes Amazon Glacier
returned. For example, bytes 0-1048575/8388608 returns the first 1 MB
from 8 MB.
- Returns:
- A reference to this updated object so that method calls can be chained
together.
getAcceptRanges
public java.lang.String getAcceptRanges()
- Indicates the range units accepted. For more information, go to RFC2616.
- Returns:
- Indicates the range units accepted. For more information, go to RFC2616.
setAcceptRanges
public void setAcceptRanges(java.lang.String acceptRanges)
- Indicates the range units accepted. For more information, go to RFC2616.
- Parameters:
acceptRanges
- Indicates the range units accepted. For more information, go to RFC2616.
withAcceptRanges
public GetJobOutputResult withAcceptRanges(java.lang.String acceptRanges)
- Indicates the range units accepted. For more information, go to RFC2616.
Returns a reference to this object so that method calls can be chained together.
- Parameters:
acceptRanges
- Indicates the range units accepted. For more information, go to RFC2616.
- Returns:
- A reference to this updated object so that method calls can be chained
together.
getContentType
public java.lang.String getContentType()
- The Content-Type depends on whether the job output is an archive or a
vault inventory. For archive data, the Content-Type is
application/octet-stream. For vault inventory, if you requested CSV
format when you initiated the job, the Content-Type is text/csv.
Otherwise, by default, vault inventory is returned as JSON, and the
Content-Type is application/json.
- Returns:
- The Content-Type depends on whether the job output is an archive or a
vault inventory. For archive data, the Content-Type is
application/octet-stream. For vault inventory, if you requested CSV
format when you initiated the job, the Content-Type is text/csv.
Otherwise, by default, vault inventory is returned as JSON, and the
Content-Type is application/json.
setContentType
public void setContentType(java.lang.String contentType)
- The Content-Type depends on whether the job output is an archive or a
vault inventory. For archive data, the Content-Type is
application/octet-stream. For vault inventory, if you requested CSV
format when you initiated the job, the Content-Type is text/csv.
Otherwise, by default, vault inventory is returned as JSON, and the
Content-Type is application/json.
- Parameters:
contentType
- The Content-Type depends on whether the job output is an archive or a
vault inventory. For archive data, the Content-Type is
application/octet-stream. For vault inventory, if you requested CSV
format when you initiated the job, the Content-Type is text/csv.
Otherwise, by default, vault inventory is returned as JSON, and the
Content-Type is application/json.
withContentType
public GetJobOutputResult withContentType(java.lang.String contentType)
- The Content-Type depends on whether the job output is an archive or a
vault inventory. For archive data, the Content-Type is
application/octet-stream. For vault inventory, if you requested CSV
format when you initiated the job, the Content-Type is text/csv.
Otherwise, by default, vault inventory is returned as JSON, and the
Content-Type is application/json.
Returns a reference to this object so that method calls can be chained together.
- Parameters:
contentType
- The Content-Type depends on whether the job output is an archive or a
vault inventory. For archive data, the Content-Type is
application/octet-stream. For vault inventory, if you requested CSV
format when you initiated the job, the Content-Type is text/csv.
Otherwise, by default, vault inventory is returned as JSON, and the
Content-Type is application/json.
- Returns:
- A reference to this updated object so that method calls can be chained
together.
getArchiveDescription
public java.lang.String getArchiveDescription()
- The description of an archive.
- Returns:
- The description of an archive.
setArchiveDescription
public void setArchiveDescription(java.lang.String archiveDescription)
- The description of an archive.
- Parameters:
archiveDescription
- The description of an archive.
withArchiveDescription
public GetJobOutputResult withArchiveDescription(java.lang.String archiveDescription)
- The description of an archive.
Returns a reference to this object so that method calls can be chained together.
- Parameters:
archiveDescription
- The description of an archive.
- Returns:
- A reference to this updated object so that method calls can be chained
together.
toString
public java.lang.String toString()
- Returns a string representation of this object; useful for testing and
debugging.
- Overrides:
toString
in class java.lang.Object
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.