@Generated(value="software.amazon.awssdk:codegen") public final class AssociateMemberToGroupRequest extends WorkMailRequest implements ToCopyableBuilder<AssociateMemberToGroupRequest.Builder,AssociateMemberToGroupRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssociateMemberToGroupRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AssociateMemberToGroupRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
groupId()
The group to which the member (user or group) is associated.
|
int |
hashCode() |
String |
memberId()
The member (user or group) to associate to the group.
|
String |
organizationId()
The organization under which the group exists.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssociateMemberToGroupRequest.Builder> |
serializableBuilderClass() |
AssociateMemberToGroupRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String organizationId()
The organization under which the group exists.
public String groupId()
The group to which the member (user or group) is associated.
public String memberId()
The member (user or group) to associate to the group.
public AssociateMemberToGroupRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssociateMemberToGroupRequest.Builder,AssociateMemberToGroupRequest>toBuilder in class WorkMailRequestpublic static AssociateMemberToGroupRequest.Builder builder()
public static Class<? extends AssociateMemberToGroupRequest.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 © 2019. All rights reserved.