Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.identitymanagement.model
Class CreateLoginProfileResult

java.lang.Object
  extended by com.amazonaws.services.identitymanagement.model.CreateLoginProfileResult
All Implemented Interfaces:
Serializable

public class CreateLoginProfileResult
extends Object
implements Serializable

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

See Also:
Serialized Form

Constructor Summary
CreateLoginProfileResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 LoginProfile getLoginProfile()
          The user name and password create date.
 int hashCode()
           
 void setLoginProfile(LoginProfile loginProfile)
          The user name and password create date.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 CreateLoginProfileResult withLoginProfile(LoginProfile loginProfile)
          The user name and password create date.
 
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 user name and password create date.

Returns:
The user name and password create date.

setLoginProfile

public void setLoginProfile(LoginProfile loginProfile)
The user name and password create date.

Parameters:
loginProfile - The user name and password create date.

withLoginProfile

public CreateLoginProfileResult withLoginProfile(LoginProfile loginProfile)
The user name and password create date.

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

Parameters:
loginProfile - The user name and password create date.
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.