public class GetInstanceProfileResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the response to a successful GetInstanceProfile request.
Modifier and Type | Field and Description |
---|---|
private InstanceProfile |
instanceProfile
A structure containing details about the instance profile.
|
Constructor and Description |
---|
GetInstanceProfileResult() |
Modifier and Type | Method and Description |
---|---|
GetInstanceProfileResult |
clone() |
boolean |
equals(java.lang.Object obj) |
InstanceProfile |
getInstanceProfile()
A structure containing details about the instance profile.
|
int |
hashCode() |
void |
setInstanceProfile(InstanceProfile instanceProfile)
A structure containing details about the instance profile.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetInstanceProfileResult |
withInstanceProfile(InstanceProfile instanceProfile)
A structure containing details about the instance profile.
|
private InstanceProfile instanceProfile
A structure containing details about the instance profile.
public void setInstanceProfile(InstanceProfile instanceProfile)
A structure containing details about the instance profile.
instanceProfile
- A structure containing details about the instance profile.public InstanceProfile getInstanceProfile()
A structure containing details about the instance profile.
public GetInstanceProfileResult withInstanceProfile(InstanceProfile instanceProfile)
A structure containing details about the instance profile.
instanceProfile
- A structure containing details about the instance profile.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public GetInstanceProfileResult clone()
clone
in class java.lang.Object