@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RevokeInvitationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
RevokeInvitationRequest() |
Modifier and Type | Method and Description |
---|---|
RevokeInvitationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getEnrollmentId()
The ARN of the enrollment invitation to revoke.
|
String |
getUserArn()
The ARN of the user for whom to revoke an enrollment invitation.
|
int |
hashCode() |
void |
setEnrollmentId(String enrollmentId)
The ARN of the enrollment invitation to revoke.
|
void |
setUserArn(String userArn)
The ARN of the user for whom to revoke an enrollment invitation.
|
String |
toString()
Returns a string representation of this object.
|
RevokeInvitationRequest |
withEnrollmentId(String enrollmentId)
The ARN of the enrollment invitation to revoke.
|
RevokeInvitationRequest |
withUserArn(String userArn)
The ARN of the user for whom to revoke an enrollment 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 for whom to revoke an enrollment invitation. Required.
userArn
- The ARN of the user for whom to revoke an enrollment invitation. Required.public String getUserArn()
The ARN of the user for whom to revoke an enrollment invitation. Required.
public RevokeInvitationRequest withUserArn(String userArn)
The ARN of the user for whom to revoke an enrollment invitation. Required.
userArn
- The ARN of the user for whom to revoke an enrollment invitation. Required.public void setEnrollmentId(String enrollmentId)
The ARN of the enrollment invitation to revoke. Required.
enrollmentId
- The ARN of the enrollment invitation to revoke. Required.public String getEnrollmentId()
The ARN of the enrollment invitation to revoke. Required.
public RevokeInvitationRequest withEnrollmentId(String enrollmentId)
The ARN of the enrollment invitation to revoke. Required.
enrollmentId
- The ARN of the enrollment invitation to revoke. Required.public String toString()
toString
in class Object
Object.toString()
public RevokeInvitationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.