@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() |
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, 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 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 ObjectObject.toString()public RevokeInvitationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.