@Generated(value="software.amazon.awssdk:codegen") public final class GatewayGroupSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GatewayGroupSummary.Builder,GatewayGroupSummary>
The summary of a gateway group.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GatewayGroupSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The ARN of the gateway group.
|
static GatewayGroupSummary.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 GatewayGroupSummary.Builder> |
serializableBuilderClass() |
GatewayGroupSummary.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 GatewayGroupSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GatewayGroupSummary.Builder,GatewayGroupSummary>public static GatewayGroupSummary.Builder builder()
public static Class<? extends GatewayGroupSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.