@Generated(value="software.amazon.awssdk:codegen") public final class UpdateGatewayInformationRequest extends BackupGatewayRequest 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) |
boolean |
equalsBySdkFields(Object obj) |
String |
gatewayArn()
The Amazon Resource Name (ARN) of the gateway to update.
|
String |
gatewayDisplayName()
The updated display name of the gateway.
|
<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()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String gatewayArn()
The Amazon Resource Name (ARN) of the gateway to update.
public final String gatewayDisplayName()
The updated display name of the gateway.
public UpdateGatewayInformationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateGatewayInformationRequest.Builder,UpdateGatewayInformationRequest>toBuilder in class BackupGatewayRequestpublic static UpdateGatewayInformationRequest.Builder builder()
public static Class<? extends UpdateGatewayInformationRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.