@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetJobUnlockCodeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetJobUnlockCodeResult() |
Modifier and Type | Method and Description |
---|---|
GetJobUnlockCodeResult |
clone() |
boolean |
equals(Object obj) |
String |
getUnlockCode()
The
UnlockCode value for the specified job. |
int |
hashCode() |
void |
setUnlockCode(String unlockCode)
The
UnlockCode value for the specified job. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetJobUnlockCodeResult |
withUnlockCode(String unlockCode)
The
UnlockCode value for the specified job. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setUnlockCode(String unlockCode)
The UnlockCode
value for the specified job. The UnlockCode
value can be accessed for up
to 90 days after the job has been created.
unlockCode
- The UnlockCode
value for the specified job. The UnlockCode
value can be accessed
for up to 90 days after the job has been created.public String getUnlockCode()
The UnlockCode
value for the specified job. The UnlockCode
value can be accessed for up
to 90 days after the job has been created.
UnlockCode
value for the specified job. The UnlockCode
value can be
accessed for up to 90 days after the job has been created.public GetJobUnlockCodeResult withUnlockCode(String unlockCode)
The UnlockCode
value for the specified job. The UnlockCode
value can be accessed for up
to 90 days after the job has been created.
unlockCode
- The UnlockCode
value for the specified job. The UnlockCode
value can be accessed
for up to 90 days after the job has been created.public String toString()
toString
in class Object
Object.toString()
public GetJobUnlockCodeResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.