@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAPIKeyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateAPIKeyResult() |
Modifier and Type | Method and Description |
---|---|
CreateAPIKeyResult |
clone() |
boolean |
equals(Object obj) |
String |
getAPIKey()
The generated, encrypted API key.
|
int |
hashCode() |
void |
setAPIKey(String aPIKey)
The generated, encrypted API key.
|
String |
toString()
Returns a string representation of this object.
|
CreateAPIKeyResult |
withAPIKey(String aPIKey)
The generated, encrypted API key.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAPIKey(String aPIKey)
The generated, encrypted API key. You can copy this for use in your JavaScript CAPTCHA integration.
aPIKey
- The generated, encrypted API key. You can copy this for use in your JavaScript CAPTCHA integration.public String getAPIKey()
The generated, encrypted API key. You can copy this for use in your JavaScript CAPTCHA integration.
public CreateAPIKeyResult withAPIKey(String aPIKey)
The generated, encrypted API key. You can copy this for use in your JavaScript CAPTCHA integration.
aPIKey
- The generated, encrypted API key. You can copy this for use in your JavaScript CAPTCHA integration.public String toString()
toString
in class Object
Object.toString()
public CreateAPIKeyResult clone()