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.
 void setLoginProfile(LoginProfile loginProfile)
          Login profile for the user.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 GetLoginProfileResult withLoginProfile(LoginProfile loginProfile)
          Login profile for the user.
 
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.

Returns:
Login profile for the user.

setLoginProfile

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

Parameters:
loginProfile - Login profile for the user.

withLoginProfile

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

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

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