Class GetInstanceProfileResult
java.lang.Object
com.amazonaws.services.identitymanagement.model.GetInstanceProfileResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the response to a successful GetInstanceProfile request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A structure containing details about the instance profile.int
hashCode()
void
setInstanceProfile
(InstanceProfile instanceProfile) A structure containing details about the instance profile.toString()
Returns a string representation of this object; useful for testing and debugging.withInstanceProfile
(InstanceProfile instanceProfile) A structure containing details about the instance profile.
-
Constructor Details
-
GetInstanceProfileResult
public GetInstanceProfileResult()
-
-
Method Details
-
setInstanceProfile
A structure containing details about the instance profile.
- Parameters:
instanceProfile
- A structure containing details about the instance profile.
-
getInstanceProfile
A structure containing details about the instance profile.
- Returns:
- A structure containing details about the instance profile.
-
withInstanceProfile
A structure containing details about the instance profile.
- Parameters:
instanceProfile
- A structure containing details about the instance profile.- 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
-