@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AcknowledgeThirdPartyJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output of an AcknowledgeThirdPartyJob action.
Constructor and Description |
---|
AcknowledgeThirdPartyJobResult() |
Modifier and Type | Method and Description |
---|---|
AcknowledgeThirdPartyJobResult |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
The status information for the third party job, if any.
|
int |
hashCode() |
void |
setStatus(JobStatus status)
The status information for the third party job, if any.
|
void |
setStatus(String status)
The status information for the third party job, if any.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
AcknowledgeThirdPartyJobResult |
withStatus(JobStatus status)
The status information for the third party job, if any.
|
AcknowledgeThirdPartyJobResult |
withStatus(String status)
The status information for the third party job, if any.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStatus(String status)
The status information for the third party job, if any.
status
- The status information for the third party job, if any.JobStatus
public String getStatus()
The status information for the third party job, if any.
JobStatus
public AcknowledgeThirdPartyJobResult withStatus(String status)
The status information for the third party job, if any.
status
- The status information for the third party job, if any.JobStatus
public void setStatus(JobStatus status)
The status information for the third party job, if any.
status
- The status information for the third party job, if any.JobStatus
public AcknowledgeThirdPartyJobResult withStatus(JobStatus status)
The status information for the third party job, if any.
status
- The status information for the third party job, if any.JobStatus
public String toString()
toString
in class Object
Object.toString()
public AcknowledgeThirdPartyJobResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.