@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InviteUsersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
InviteUsersResult() |
Modifier and Type | Method and Description |
---|---|
InviteUsersResult |
clone() |
boolean |
equals(Object obj) |
List<Invite> |
getInvites()
The invite details.
|
int |
hashCode() |
void |
setInvites(Collection<Invite> invites)
The invite details.
|
String |
toString()
Returns a string representation of this object.
|
InviteUsersResult |
withInvites(Collection<Invite> invites)
The invite details.
|
InviteUsersResult |
withInvites(Invite... invites)
The invite details.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setInvites(Collection<Invite> invites)
The invite details.
invites
- The invite details.public InviteUsersResult withInvites(Invite... invites)
The invite details.
NOTE: This method appends the values to the existing list (if any). Use
setInvites(java.util.Collection)
or withInvites(java.util.Collection)
if you want to override
the existing values.
invites
- The invite details.public InviteUsersResult withInvites(Collection<Invite> invites)
The invite details.
invites
- The invite details.public String toString()
toString
in class Object
Object.toString()
public InviteUsersResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.