com.amazonaws.services.identitymanagement.model
Class GetLoginProfileRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.identitymanagement.model.GetLoginProfileRequest

public class GetLoginProfileRequest
extends AmazonWebServiceRequest

Container for the parameters to the GetLoginProfile operation.

Retrieves the login profile for the specified User.

NOTE:In the full release you will be able to use IAM to access your services through the AWS Management Console. Although this feature is not currently available, you can create login profiles for your Users now. Then, when this feature is implemented, your Users can use IAM to access your services through the AWS Management Console.

See Also:
AmazonIdentityManagement.getLoginProfile(GetLoginProfileRequest)

Constructor Summary
GetLoginProfileRequest()
           
 
Method Summary
 String getUserName()
          Name of the User whose login profile you want to retrieve.
 void setUserName(String userName)
          Name of the User whose login profile you want to retrieve.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 GetLoginProfileRequest withUserName(String userName)
          Name of the User whose login profile you want to retrieve.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetLoginProfileRequest

public GetLoginProfileRequest()
Method Detail

getUserName

public String getUserName()
Name of the User whose login profile you want to retrieve.

Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*

Returns:
Name of the User whose login profile you want to retrieve.

setUserName

public void setUserName(String userName)
Name of the User whose login profile you want to retrieve.

Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*

Parameters:
userName - Name of the User whose login profile you want to retrieve.

withUserName

public GetLoginProfileRequest withUserName(String userName)
Name of the User whose login profile you want to retrieve.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*

Parameters:
userName - Name of the User whose login profile you want to retrieve.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.