@Generated(value="software.amazon.awssdk:codegen") public final class UpdateResourceRequest extends WorkMailRequest implements ToCopyableBuilder<UpdateResourceRequest.Builder,UpdateResourceRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateResourceRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
BookingOptions |
bookingOptions()
The resource's booking options to be updated.
|
static UpdateResourceRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the resource to be updated.
|
String |
organizationId()
The identifier associated with the organization for which the resource is updated.
|
String |
resourceId()
The identifier of the resource to be updated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateResourceRequest.Builder> |
serializableBuilderClass() |
UpdateResourceRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String organizationId()
The identifier associated with the organization for which the resource is updated.
public String resourceId()
The identifier of the resource to be updated.
public String name()
The name of the resource to be updated.
public BookingOptions bookingOptions()
The resource's booking options to be updated.
public UpdateResourceRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateResourceRequest.Builder,UpdateResourceRequest>toBuilder in class WorkMailRequestpublic static UpdateResourceRequest.Builder builder()
public static Class<? extends UpdateResourceRequest.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.