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