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
 LoginProfile getLoginProfile()
          The new login profile.
 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
equals, getClass, hashCode, 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()


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