@Generated(value="software.amazon.awssdk:codegen") public final class GatewayGroup extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GatewayGroup.Builder,GatewayGroup>
The details of the gateway group.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GatewayGroup.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The ARN of the gateway group.
|
static GatewayGroup.Builder |
builder() |
String |
description()
The description of the gateway group.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the gateway group.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GatewayGroup.Builder> |
serializableBuilderClass() |
GatewayGroup.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The ARN of the gateway group.
public final String name()
The name of the gateway group.
public final String description()
The description of the gateway group.
public GatewayGroup.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GatewayGroup.Builder,GatewayGroup>public static GatewayGroup.Builder builder()
public static Class<? extends GatewayGroup.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.