@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SendInvitesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
SendInvitesRequest() |
Modifier and Type | Method and Description |
---|---|
SendInvitesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getAccessorIds()
The array of identifiers for the users and groups.
|
String |
getBody()
The body of the invite.
|
String |
getSpaceId()
The ID of the private re:Post.
|
String |
getTitle()
The title of the invite.
|
int |
hashCode() |
void |
setAccessorIds(Collection<String> accessorIds)
The array of identifiers for the users and groups.
|
void |
setBody(String body)
The body of the invite.
|
void |
setSpaceId(String spaceId)
The ID of the private re:Post.
|
void |
setTitle(String title)
The title of the invite.
|
String |
toString()
Returns a string representation of this object.
|
SendInvitesRequest |
withAccessorIds(Collection<String> accessorIds)
The array of identifiers for the users and groups.
|
SendInvitesRequest |
withAccessorIds(String... accessorIds)
The array of identifiers for the users and groups.
|
SendInvitesRequest |
withBody(String body)
The body of the invite.
|
SendInvitesRequest |
withSpaceId(String spaceId)
The ID of the private re:Post.
|
SendInvitesRequest |
withTitle(String title)
The title of the invite.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public List<String> getAccessorIds()
The array of identifiers for the users and groups.
public void setAccessorIds(Collection<String> accessorIds)
The array of identifiers for the users and groups.
accessorIds
- The array of identifiers for the users and groups.public SendInvitesRequest withAccessorIds(String... accessorIds)
The array of identifiers for the users and groups.
NOTE: This method appends the values to the existing list (if any). Use
setAccessorIds(java.util.Collection)
or withAccessorIds(java.util.Collection)
if you want to
override the existing values.
accessorIds
- The array of identifiers for the users and groups.public SendInvitesRequest withAccessorIds(Collection<String> accessorIds)
The array of identifiers for the users and groups.
accessorIds
- The array of identifiers for the users and groups.public void setBody(String body)
The body of the invite.
body
- The body of the invite.public String getBody()
The body of the invite.
public SendInvitesRequest withBody(String body)
The body of the invite.
body
- The body of the invite.public void setSpaceId(String spaceId)
The ID of the private re:Post.
spaceId
- The ID of the private re:Post.public String getSpaceId()
The ID of the private re:Post.
public SendInvitesRequest withSpaceId(String spaceId)
The ID of the private re:Post.
spaceId
- The ID of the private re:Post.public void setTitle(String title)
The title of the invite.
title
- The title of the invite.public String getTitle()
The title of the invite.
public SendInvitesRequest withTitle(String title)
The title of the invite.
title
- The title of the invite.public String toString()
toString
in class Object
Object.toString()
public SendInvitesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()