Class GetStatusResult
java.lang.Object
com.amazonaws.services.importexport.model.GetStatusResult
- All Implemented Interfaces:
Serializable
,Cloneable
Output structure for the GetStatus operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getJobId()
int
hashCode()
void
setArtifactList
(Collection<Artifact> artifactList) void
setCarrier
(String carrier) void
setCreationDate
(Date creationDate) void
setCurrentManifest
(String currentManifest) void
setErrorCount
(Integer errorCount) void
void
setJobType
(JobType jobType) void
setJobType
(String jobType) void
setLocationCode
(String locationCode) void
setLocationMessage
(String locationMessage) void
setLogBucket
(String logBucket) void
void
setProgressCode
(String progressCode) void
setProgressMessage
(String progressMessage) void
setSignature
(String signature) void
setSignatureFileContents
(String signatureFileContents) void
setTrackingNumber
(String trackingNumber) toString()
Returns a string representation of this object; useful for testing and debugging.withArtifactList
(Artifact... artifactList) NOTE: This method appends the values to the existing list (if any).withArtifactList
(Collection<Artifact> artifactList) withCarrier
(String carrier) withCreationDate
(Date creationDate) withCurrentManifest
(String currentManifest) withErrorCount
(Integer errorCount) withJobType
(JobType jobType) withJobType
(String jobType) withLocationCode
(String locationCode) withLocationMessage
(String locationMessage) withLogBucket
(String logBucket) withLogKey
(String logKey) withProgressCode
(String progressCode) withProgressMessage
(String progressMessage) withSignature
(String signature) withSignatureFileContents
(String signatureFileContents) withTrackingNumber
(String trackingNumber)
-
Constructor Details
-
GetStatusResult
public GetStatusResult()
-
-
Method Details
-
setJobId
- Parameters:
jobId
-
-
getJobId
- Returns:
-
withJobId
- Parameters:
jobId
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setJobType
- Parameters:
jobType
-- See Also:
-
getJobType
- Returns:
- See Also:
-
withJobType
- Parameters:
jobType
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setJobType
- Parameters:
jobType
-- See Also:
-
withJobType
- Parameters:
jobType
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setLocationCode
- Parameters:
locationCode
-
-
getLocationCode
- Returns:
-
withLocationCode
- Parameters:
locationCode
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLocationMessage
- Parameters:
locationMessage
-
-
getLocationMessage
- Returns:
-
withLocationMessage
- Parameters:
locationMessage
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setProgressCode
- Parameters:
progressCode
-
-
getProgressCode
- Returns:
-
withProgressCode
- Parameters:
progressCode
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setProgressMessage
- Parameters:
progressMessage
-
-
getProgressMessage
- Returns:
-
withProgressMessage
- Parameters:
progressMessage
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCarrier
- Parameters:
carrier
-
-
getCarrier
- Returns:
-
withCarrier
- Parameters:
carrier
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTrackingNumber
- Parameters:
trackingNumber
-
-
getTrackingNumber
- Returns:
-
withTrackingNumber
- Parameters:
trackingNumber
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLogBucket
- Parameters:
logBucket
-
-
getLogBucket
- Returns:
-
withLogBucket
- Parameters:
logBucket
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLogKey
- Parameters:
logKey
-
-
getLogKey
- Returns:
-
withLogKey
- Parameters:
logKey
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setErrorCount
- Parameters:
errorCount
-
-
getErrorCount
- Returns:
-
withErrorCount
- Parameters:
errorCount
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setSignature
- Parameters:
signature
-
-
getSignature
- Returns:
-
withSignature
- Parameters:
signature
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setSignatureFileContents
- Parameters:
signatureFileContents
-
-
getSignatureFileContents
- Returns:
-
withSignatureFileContents
- Parameters:
signatureFileContents
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCurrentManifest
- Parameters:
currentManifest
-
-
getCurrentManifest
- Returns:
-
withCurrentManifest
- Parameters:
currentManifest
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCreationDate
- Parameters:
creationDate
-
-
getCreationDate
- Returns:
-
withCreationDate
- Parameters:
creationDate
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getArtifactList
- Returns:
-
setArtifactList
- Parameters:
artifactList
-
-
withArtifactList
NOTE: This method appends the values to the existing list (if any). Use
setArtifactList(java.util.Collection)
orwithArtifactList(java.util.Collection)
if you want to override the existing values.- Parameters:
artifactList
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withArtifactList
- Parameters:
artifactList
-- 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
-