Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.identitymanagement.model
Class CreateGroupResult

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

public class CreateGroupResult
extends Object
implements Serializable

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

See Also:
Serialized Form

Constructor Summary
CreateGroupResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 Group getGroup()
          Information about the group.
 int hashCode()
           
 void setGroup(Group group)
          Information about the group.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 CreateGroupResult withGroup(Group group)
          Information about the group.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreateGroupResult

public CreateGroupResult()
Method Detail

getGroup

public Group getGroup()
Information about the group.

Returns:
Information about the group.

setGroup

public void setGroup(Group group)
Information about the group.

Parameters:
group - Information about the group.

withGroup

public CreateGroupResult withGroup(Group group)
Information about the group.

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

Parameters:
group - Information about the group.
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.