Class CreateAccessKeyResult
java.lang.Object
com.amazonaws.services.identitymanagement.model.CreateAccessKeyResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the response to a successful CreateAccessKey request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A structure with details about the access key.int
hashCode()
void
setAccessKey
(AccessKey accessKey) A structure with details about the access key.toString()
Returns a string representation of this object; useful for testing and debugging.withAccessKey
(AccessKey accessKey) A structure with details about the access key.
-
Constructor Details
-
CreateAccessKeyResult
public CreateAccessKeyResult()
-
-
Method Details
-
setAccessKey
A structure with details about the access key.
- Parameters:
accessKey
- A structure with details about the access key.
-
getAccessKey
A structure with details about the access key.
- Returns:
- A structure with details about the access key.
-
withAccessKey
A structure with details about the access key.
- Parameters:
accessKey
- A structure with details about the access key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-