public class GetInstanceProfileResult
extends java.lang.Object
implements java.io.Serializable
Contains the result of a successful invocation of the GetInstanceProfile action.
| コンストラクタと説明 |
|---|
GetInstanceProfileResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
InstanceProfile |
getInstanceProfile()
Information about the instance profile.
|
int |
hashCode() |
void |
setInstanceProfile(InstanceProfile instanceProfile)
Information about the instance profile.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetInstanceProfileResult |
withInstanceProfile(InstanceProfile instanceProfile)
Information about the instance profile.
|
public InstanceProfile getInstanceProfile()
public void setInstanceProfile(InstanceProfile instanceProfile)
instanceProfile - Information about the instance profile.public GetInstanceProfileResult withInstanceProfile(InstanceProfile instanceProfile)
Returns a reference to this object so that method calls can be chained together.
instanceProfile - Information about the instance profile.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object