@Generated(value="software.amazon.awssdk:codegen") public final class UpdateGatewayInformationRequest extends StorageGatewayRequest implements ToCopyableBuilder<UpdateGatewayInformationRequest.Builder,UpdateGatewayInformationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateGatewayInformationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateGatewayInformationRequest.Builder |
builder() |
boolean |
equals(Object obj) |
String |
gatewayARN()
Returns the value of the GatewayARN property for this object.
|
String |
gatewayName()
Returns the value of the GatewayName property for this object.
|
String |
gatewayTimezone()
Returns the value of the GatewayTimezone property for this object.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateGatewayInformationRequest.Builder> |
serializableBuilderClass() |
UpdateGatewayInformationRequest.Builder |
toBuilder() |
String |
toString() |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String gatewayARN()
public String gatewayName()
public String gatewayTimezone()
public UpdateGatewayInformationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateGatewayInformationRequest.Builder,UpdateGatewayInformationRequest>toBuilder in class StorageGatewayRequestpublic static UpdateGatewayInformationRequest.Builder builder()
public static Class<? extends UpdateGatewayInformationRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.