com.amazonaws.services.identitymanagement.model
Class GetLoginProfileResult

java.lang.Object
  extended by com.amazonaws.services.identitymanagement.model.GetLoginProfileResult

public class GetLoginProfileResult
extends Object

Contains the result of a successful invocation of the GetLoginProfile action.


Constructor Summary
GetLoginProfileResult()
           
 
Method Summary
 LoginProfile getLoginProfile()
          Login profile for the User name.
 void setLoginProfile(LoginProfile loginProfile)
          Login profile for the User name.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 GetLoginProfileResult withLoginProfile(LoginProfile loginProfile)
          Login profile for the User name.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetLoginProfileResult

public GetLoginProfileResult()
Method Detail

getLoginProfile

public LoginProfile getLoginProfile()
Login profile for the User name.

Returns:
Login profile for the User name.

setLoginProfile

public void setLoginProfile(LoginProfile loginProfile)
Login profile for the User name.

Parameters:
loginProfile - Login profile for the User name.

withLoginProfile

public GetLoginProfileResult withLoginProfile(LoginProfile loginProfile)
Login profile for the User name.

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

Parameters:
loginProfile - Login profile for the User name.
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.