|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.identitymanagement.model.GetInstanceProfileRequest
public class GetInstanceProfileRequest
Container for the parameters to the 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 .
AmazonIdentityManagement.getInstanceProfile(GetInstanceProfileRequest)
,
Serialized FormConstructor Summary | |
---|---|
GetInstanceProfileRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getInstanceProfileName()
Name of the instance profile to get information about. |
int |
hashCode()
|
void |
setInstanceProfileName(String instanceProfileName)
Name of the instance profile to get information about. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
GetInstanceProfileRequest |
withInstanceProfileName(String instanceProfileName)
Name of the instance profile to get information about. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GetInstanceProfileRequest()
Method Detail |
---|
public String getInstanceProfileName()
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
public void setInstanceProfileName(String instanceProfileName)
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
instanceProfileName
- Name of the instance profile to get information about.public GetInstanceProfileRequest withInstanceProfileName(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 String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |