@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SendInvitationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
SendInvitationRequest() |
| Modifier and Type | Method and Description |
|---|---|
SendInvitationRequest |
clone() |
boolean |
equals(Object obj) |
String |
getUserArn()
The ARN of the user to whom to send an invitation.
|
int |
hashCode() |
void |
setUserArn(String userArn)
The ARN of the user to whom to send an invitation.
|
String |
toString()
Returns a string representation of this object.
|
SendInvitationRequest |
withUserArn(String userArn)
The ARN of the user to whom to send an invitation.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setUserArn(String userArn)
The ARN of the user to whom to send an invitation. Required.
userArn - The ARN of the user to whom to send an invitation. Required.public String getUserArn()
The ARN of the user to whom to send an invitation. Required.
public SendInvitationRequest withUserArn(String userArn)
The ARN of the user to whom to send an invitation. Required.
userArn - The ARN of the user to whom to send an invitation. Required.public String toString()
toString in class ObjectObject.toString()public SendInvitationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.