com.amazonaws.services.identitymanagement.model
Class CreateLoginProfileResult

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

public class CreateLoginProfileResult
extends Object

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


Constructor Summary
CreateLoginProfileResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 LoginProfile getLoginProfile()
          The new password.
 int hashCode()
           
 void setLoginProfile(LoginProfile loginProfile)
          The new password.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 CreateLoginProfileResult withLoginProfile(LoginProfile loginProfile)
          The new password.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreateLoginProfileResult

public CreateLoginProfileResult()
Method Detail

getLoginProfile

public LoginProfile getLoginProfile()
The new password.

Returns:
The new password.

setLoginProfile

public void setLoginProfile(LoginProfile loginProfile)
The new password.

Parameters:
loginProfile - The new password.

withLoginProfile

public CreateLoginProfileResult withLoginProfile(LoginProfile loginProfile)
The new password.

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

Parameters:
loginProfile - The new password.
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.