public class CreateAccessKeyResult
extends java.lang.Object
implements java.io.Serializable
Contains the result of a successful invocation of the CreateAccessKey action.
| コンストラクタと説明 |
|---|
CreateAccessKeyResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
AccessKey |
getAccessKey()
Information about the access key.
|
int |
hashCode() |
void |
setAccessKey(AccessKey accessKey)
Information about the access key.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateAccessKeyResult |
withAccessKey(AccessKey accessKey)
Information about the access key.
|
public AccessKey getAccessKey()
public void setAccessKey(AccessKey accessKey)
accessKey - Information about the access key.public CreateAccessKeyResult withAccessKey(AccessKey accessKey)
Returns a reference to this object so that method calls can be chained together.
accessKey - Information about the access key.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object