@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 String gatewayArn()
The ARN of the gateway to update.
public String name()
The updated name of the gateway.
public String description()
The updated description of the gateway.
public 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 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 © 2020. All rights reserved.