@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 String gatewayGroupArn()
The ARN of the gateway group to update.
public String name()
The updated name of the gateway group.
public 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 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.