public class GetInstanceProfileRequest extends AmazonWebServiceRequest implements java.io.Serializable
GetInstanceProfile operation.
Retrieves information about the specified instance profile, including the instance profile's path, GUID, ARN, and role. For more information about instance profiles, go to About Instance Profiles . For more information about ARNs, go to ARNs .
| コンストラクタと説明 |
|---|
GetInstanceProfileRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getInstanceProfileName()
Name of the instance profile to get information about.
|
int |
hashCode() |
void |
setInstanceProfileName(java.lang.String instanceProfileName)
Name of the instance profile to get information about.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetInstanceProfileRequest |
withInstanceProfileName(java.lang.String instanceProfileName)
Name of the instance profile to get information about.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.String getInstanceProfileName()
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
public void setInstanceProfileName(java.lang.String instanceProfileName)
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
instanceProfileName - Name of the instance profile to get information about.public GetInstanceProfileRequest withInstanceProfileName(java.lang.String instanceProfileName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
instanceProfileName - Name of the instance profile to get information about.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