@Generated(value="software.amazon.awssdk:codegen") public final class RejectInvitationRequest extends DetectiveRequest implements ToCopyableBuilder<RejectInvitationRequest.Builder,RejectInvitationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
RejectInvitationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RejectInvitationRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
graphArn()
The ARN of the behavior graph to reject the invitation to.
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends RejectInvitationRequest.Builder> |
serializableBuilderClass() |
RejectInvitationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String graphArn()
The ARN of the behavior graph to reject the invitation to.
The member account's current member status in the behavior graph must be INVITED.
The member account's current member status in the behavior graph must be INVITED.
public RejectInvitationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RejectInvitationRequest.Builder,RejectInvitationRequest>toBuilder in class DetectiveRequestpublic static RejectInvitationRequest.Builder builder()
public static Class<? extends RejectInvitationRequest.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.