@Generated(value="software.amazon.awssdk:codegen") public final class RevokeInvitationRequest extends AlexaForBusinessRequest implements ToCopyableBuilder<RevokeInvitationRequest.Builder,RevokeInvitationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
RevokeInvitationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RevokeInvitationRequest.Builder |
builder() |
String |
enrollmentId()
The ARN of the enrollment invitation to revoke.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends RevokeInvitationRequest.Builder> |
serializableBuilderClass() |
RevokeInvitationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userArn()
The ARN of the user for whom to revoke an enrollment invitation.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String userArn()
The ARN of the user for whom to revoke an enrollment invitation. Required.
public String enrollmentId()
The ARN of the enrollment invitation to revoke. Required.
public RevokeInvitationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RevokeInvitationRequest.Builder,RevokeInvitationRequest>toBuilder in class AlexaForBusinessRequestpublic static RevokeInvitationRequest.Builder builder()
public static Class<? extends RevokeInvitationRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.