public class CreateAccessKeyResult extends Object implements Serializable, Cloneable
Contains the response to a successful CreateAccessKey request.
Constructor and Description |
---|
CreateAccessKeyResult() |
Modifier and Type | Method and Description |
---|---|
CreateAccessKeyResult |
clone() |
boolean |
equals(Object obj) |
AccessKey |
getAccessKey()
Information about the access key.
|
int |
hashCode() |
void |
setAccessKey(AccessKey accessKey)
Information about the access key.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateAccessKeyResult |
withAccessKey(AccessKey accessKey)
Information about the access key.
|
public void setAccessKey(AccessKey accessKey)
Information about the access key.
accessKey
- Information about the access key.public AccessKey getAccessKey()
Information about the access key.
public CreateAccessKeyResult withAccessKey(AccessKey accessKey)
Information about the access key.
accessKey
- Information about the access key.public String toString()
toString
in class Object
Object.toString()
public CreateAccessKeyResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.