@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, setSdkResponseMetadatapublic void setAPIKey(String aPIKey)
The generated, encrypted API key. You can copy this for use in your JavaScript CAPTCHA integration.
For information about how to use this in your CAPTCHA JavaScript integration, see WAF client application integration in the WAF Developer Guide.
aPIKey - The generated, encrypted API key. You can copy this for use in your JavaScript CAPTCHA integration.
For information about how to use this in your CAPTCHA JavaScript integration, see WAF client application integration in the WAF Developer Guide.
public String getAPIKey()
The generated, encrypted API key. You can copy this for use in your JavaScript CAPTCHA integration.
For information about how to use this in your CAPTCHA JavaScript integration, see WAF client application integration in the WAF Developer Guide.
For information about how to use this in your CAPTCHA JavaScript integration, see WAF client application integration in the WAF Developer Guide.
public CreateAPIKeyResult withAPIKey(String aPIKey)
The generated, encrypted API key. You can copy this for use in your JavaScript CAPTCHA integration.
For information about how to use this in your CAPTCHA JavaScript integration, see WAF client application integration in the WAF Developer Guide.
aPIKey - The generated, encrypted API key. You can copy this for use in your JavaScript CAPTCHA integration.
For information about how to use this in your CAPTCHA JavaScript integration, see WAF client application integration in the WAF Developer Guide.
public String toString()
toString in class ObjectObject.toString()public CreateAPIKeyResult clone()