@Generated(value="software.amazon.awssdk:codegen") public final class UpdateMailboxQuotaRequest extends WorkMailRequest implements ToCopyableBuilder<UpdateMailboxQuotaRequest.Builder,UpdateMailboxQuotaRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateMailboxQuotaRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateMailboxQuotaRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
mailboxQuota()
The updated mailbox quota, in MB, for the specified user.
|
String |
organizationId()
The identifier for the organization that contains the user for whom to update the mailbox quota.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateMailboxQuotaRequest.Builder> |
serializableBuilderClass() |
UpdateMailboxQuotaRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userId()
The identifer for the user for whom to update the mailbox quota.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String organizationId()
The identifier for the organization that contains the user for whom to update the mailbox quota.
public String userId()
The identifer for the user for whom to update the mailbox quota.
public Integer mailboxQuota()
The updated mailbox quota, in MB, for the specified user.
public UpdateMailboxQuotaRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateMailboxQuotaRequest.Builder,UpdateMailboxQuotaRequest>toBuilder in class WorkMailRequestpublic static UpdateMailboxQuotaRequest.Builder builder()
public static Class<? extends UpdateMailboxQuotaRequest.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.