@Generated(value="software.amazon.awssdk:codegen") public final class VpcIngressConnectionSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VpcIngressConnectionSummary.Builder,VpcIngressConnectionSummary>
Provides summary information about an VPC Ingress Connection, which includes its VPC Ingress Connection ARN and its associated Service ARN.
| Modifier and Type | Class and Description |
|---|---|
static interface |
VpcIngressConnectionSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static VpcIngressConnectionSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends VpcIngressConnectionSummary.Builder> |
serializableBuilderClass() |
String |
serviceArn()
The Amazon Resource Name (ARN) of the service associated with the VPC Ingress Connection.
|
VpcIngressConnectionSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vpcIngressConnectionArn()
The Amazon Resource Name (ARN) of the VPC Ingress Connection.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String vpcIngressConnectionArn()
The Amazon Resource Name (ARN) of the VPC Ingress Connection.
public final String serviceArn()
The Amazon Resource Name (ARN) of the service associated with the VPC Ingress Connection.
public VpcIngressConnectionSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VpcIngressConnectionSummary.Builder,VpcIngressConnectionSummary>public static VpcIngressConnectionSummary.Builder builder()
public static Class<? extends VpcIngressConnectionSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.