@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.
|
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 360 days after the job has been created.
unlockCode
- The UnlockCode
value for the specified job. The UnlockCode
value can be accessed
for up to 360 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 360 days after the job has been created.
UnlockCode
value for the specified job. The UnlockCode
value can be
accessed for up to 360 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 360 days after the job has been created.
unlockCode
- The UnlockCode
value for the specified job. The UnlockCode
value can be accessed
for up to 360 days after the job has been created.public String toString()
toString
in class Object
Object.toString()
public GetJobUnlockCodeResult clone()