@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateApiKeyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| UpdateApiKeyResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateApiKeyResult | clone() | 
| boolean | equals(Object obj) | 
| ApiKey | getApiKey()
 The API key. | 
| int | hashCode() | 
| void | setApiKey(ApiKey apiKey)
 The API key. | 
| String | toString()Returns a string representation of this object. | 
| UpdateApiKeyResult | withApiKey(ApiKey apiKey)
 The API key. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setApiKey(ApiKey apiKey)
The API key.
apiKey - The API key.public ApiKey getApiKey()
The API key.
public UpdateApiKeyResult withApiKey(ApiKey apiKey)
The API key.
apiKey - The API key.public String toString()
toString in class ObjectObject.toString()public UpdateApiKeyResult clone()