Did this page help you?

   Yes   No   Tell us about it...

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

Constructor Detail

GetLoginProfileResult

public GetLoginProfileResult()
Method Detail

getLoginProfile

public LoginProfile getLoginProfile()
User name and password create date for the user.

Returns:
User name and password create date for the user.

setLoginProfile

public void setLoginProfile(LoginProfile loginProfile)
User name and password create date for the user.

Parameters:
loginProfile - User name and password create date for the user.

withLoginProfile

public GetLoginProfileResult withLoginProfile(LoginProfile loginProfile)
User name and password create date for the user.

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

Parameters:
loginProfile - User name and password create date 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()

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.