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 login profile.
 int hashCode()
           
 void setLoginProfile(LoginProfile loginProfile)
          The new login profile.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 CreateLoginProfileResult withLoginProfile(LoginProfile loginProfile)
          The new login profile.
 
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 login profile.

Returns:
The new login profile.

setLoginProfile

public void setLoginProfile(LoginProfile loginProfile)
The new login profile.

Parameters:
loginProfile - The new login profile.

withLoginProfile

public CreateLoginProfileResult withLoginProfile(LoginProfile loginProfile)
The new login profile.

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

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