@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InviteUsersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
InviteUsersRequest() |
Modifier and Type | Method and Description |
---|---|
InviteUsersRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccountId()
The Amazon Chime account ID.
|
List<String> |
getUserEmailList()
The user email addresses to which to send the email invitation.
|
String |
getUserType()
The user type.
|
int |
hashCode() |
void |
setAccountId(String accountId)
The Amazon Chime account ID.
|
void |
setUserEmailList(Collection<String> userEmailList)
The user email addresses to which to send the email invitation.
|
void |
setUserType(String userType)
The user type.
|
String |
toString()
Returns a string representation of this object.
|
InviteUsersRequest |
withAccountId(String accountId)
The Amazon Chime account ID.
|
InviteUsersRequest |
withUserEmailList(Collection<String> userEmailList)
The user email addresses to which to send the email invitation.
|
InviteUsersRequest |
withUserEmailList(String... userEmailList)
The user email addresses to which to send the email invitation.
|
InviteUsersRequest |
withUserType(String userType)
The user type.
|
InviteUsersRequest |
withUserType(UserType userType)
The user type.
|
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 void setAccountId(String accountId)
The Amazon Chime account ID.
accountId
- The Amazon Chime account ID.public String getAccountId()
The Amazon Chime account ID.
public InviteUsersRequest withAccountId(String accountId)
The Amazon Chime account ID.
accountId
- The Amazon Chime account ID.public List<String> getUserEmailList()
The user email addresses to which to send the email invitation.
public void setUserEmailList(Collection<String> userEmailList)
The user email addresses to which to send the email invitation.
userEmailList
- The user email addresses to which to send the email invitation.public InviteUsersRequest withUserEmailList(String... userEmailList)
The user email addresses to which to send the email invitation.
NOTE: This method appends the values to the existing list (if any). Use
setUserEmailList(java.util.Collection)
or withUserEmailList(java.util.Collection)
if you want
to override the existing values.
userEmailList
- The user email addresses to which to send the email invitation.public InviteUsersRequest withUserEmailList(Collection<String> userEmailList)
The user email addresses to which to send the email invitation.
userEmailList
- The user email addresses to which to send the email invitation.public void setUserType(String userType)
The user type.
userType
- The user type.UserType
public InviteUsersRequest withUserType(String userType)
The user type.
userType
- The user type.UserType
public InviteUsersRequest withUserType(UserType userType)
The user type.
userType
- The user type.UserType
public String toString()
toString
in class Object
Object.toString()
public InviteUsersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()