com.amazonaws.services.identitymanagement.model
Class CreateGroupResult

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

public class CreateGroupResult
extends java.lang.Object

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


Constructor Summary
CreateGroupResult()
           
 
Method Summary
 Group getGroup()
          Information about the group.
 void setGroup(Group group)
          Information about the group.
 java.lang.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
equals, getClass, hashCode, 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 java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of this object.
See Also:
Object.toString()


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