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
 boolean equals(Object obj)
           
 LoginProfile getLoginProfile()
          Password for the user name.
 int hashCode()
           
 void setLoginProfile(LoginProfile loginProfile)
          Password for the user name.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 GetLoginProfileResult withLoginProfile(LoginProfile loginProfile)
          Password for the user name.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetLoginProfileResult

public GetLoginProfileResult()
Method Detail

getLoginProfile

public LoginProfile getLoginProfile()
Password for the user name.

Returns:
Password for the user name.

setLoginProfile

public void setLoginProfile(LoginProfile loginProfile)
Password for the user name.

Parameters:
loginProfile - Password for the user name.

withLoginProfile

public GetLoginProfileResult withLoginProfile(LoginProfile loginProfile)
Password for the user name.

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

Parameters:
loginProfile - Password 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()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


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