@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateActivationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateActivationResult() |
Modifier and Type | Method and Description |
---|---|
CreateActivationResult |
clone() |
boolean |
equals(Object obj) |
String |
getActivationCode()
The code the system generates when it processes the activation.
|
String |
getActivationId()
The ID number generated by the system when it processed the activation.
|
int |
hashCode() |
void |
setActivationCode(String activationCode)
The code the system generates when it processes the activation.
|
void |
setActivationId(String activationId)
The ID number generated by the system when it processed the activation.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateActivationResult |
withActivationCode(String activationCode)
The code the system generates when it processes the activation.
|
CreateActivationResult |
withActivationId(String activationId)
The ID number generated by the system when it processed the activation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setActivationId(String activationId)
The ID number generated by the system when it processed the activation. The activation ID functions like a user name.
activationId
- The ID number generated by the system when it processed the activation. The activation ID functions like a
user name.public String getActivationId()
The ID number generated by the system when it processed the activation. The activation ID functions like a user name.
public CreateActivationResult withActivationId(String activationId)
The ID number generated by the system when it processed the activation. The activation ID functions like a user name.
activationId
- The ID number generated by the system when it processed the activation. The activation ID functions like a
user name.public void setActivationCode(String activationCode)
The code the system generates when it processes the activation. The activation code functions like a password to validate the activation ID.
activationCode
- The code the system generates when it processes the activation. The activation code functions like a
password to validate the activation ID.public String getActivationCode()
The code the system generates when it processes the activation. The activation code functions like a password to validate the activation ID.
public CreateActivationResult withActivationCode(String activationCode)
The code the system generates when it processes the activation. The activation code functions like a password to validate the activation ID.
activationCode
- The code the system generates when it processes the activation. The activation code functions like a
password to validate the activation ID.public String toString()
toString
in class Object
Object.toString()
public CreateActivationResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.