@Generated(value="software.amazon.awssdk:codegen") public final class UpdateGatewayRequest extends AlexaForBusinessRequest implements ToCopyableBuilder<UpdateGatewayRequest.Builder,UpdateGatewayRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateGatewayRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateGatewayRequest.Builder |
builder() |
String |
description()
The updated description of the gateway.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
gatewayArn()
The ARN of the gateway to update.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The updated name of the gateway.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateGatewayRequest.Builder> |
serializableBuilderClass() |
String |
softwareVersion()
The updated software version of the gateway.
|
UpdateGatewayRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String gatewayArn()
The ARN of the gateway to update.
public final String name()
The updated name of the gateway.
public final String description()
The updated description of the gateway.
public final String softwareVersion()
The updated software version of the gateway. The gateway automatically updates its software version during normal operation.
public UpdateGatewayRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateGatewayRequest.Builder,UpdateGatewayRequest>toBuilder in class AlexaForBusinessRequestpublic static UpdateGatewayRequest.Builder builder()
public static Class<? extends UpdateGatewayRequest.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 © 2021. All rights reserved.