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