@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public SendInvitationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.