@Generated(value="software.amazon.awssdk:codegen") public final class ServiceNetworkVpcAssociationSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ServiceNetworkVpcAssociationSummary.Builder,ServiceNetworkVpcAssociationSummary>
Summary information about an association between a service network and a VPC.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ServiceNetworkVpcAssociationSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the association.
|
static ServiceNetworkVpcAssociationSummary.Builder |
builder() |
Instant |
createdAt()
The date and time that the association was created, specified in ISO-8601 format.
|
String |
createdBy()
The account that created the association.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The ID of the association.
|
Instant |
lastUpdatedAt()
The date and time that the association was last updated, specified in ISO-8601 format.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ServiceNetworkVpcAssociationSummary.Builder> |
serializableBuilderClass() |
String |
serviceNetworkArn()
The Amazon Resource Name (ARN) of the service network.
|
String |
serviceNetworkId()
The ID of the service network.
|
String |
serviceNetworkName()
The name of the service network.
|
ServiceNetworkVpcAssociationStatus |
status()
The status.
|
String |
statusAsString()
The status.
|
ServiceNetworkVpcAssociationSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vpcId()
The ID of the VPC.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) of the association.
public final Instant createdAt()
The date and time that the association was created, specified in ISO-8601 format.
public final String createdBy()
The account that created the association.
public final String id()
The ID of the association.
public final Instant lastUpdatedAt()
The date and time that the association was last updated, specified in ISO-8601 format.
public final String serviceNetworkArn()
The Amazon Resource Name (ARN) of the service network.
public final String serviceNetworkId()
The ID of the service network.
public final String serviceNetworkName()
The name of the service network.
public final ServiceNetworkVpcAssociationStatus status()
The status.
If the service returns an enum value that is not available in the current SDK version, status will
return ServiceNetworkVpcAssociationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service
is available from statusAsString().
ServiceNetworkVpcAssociationStatuspublic final String statusAsString()
The status.
If the service returns an enum value that is not available in the current SDK version, status will
return ServiceNetworkVpcAssociationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service
is available from statusAsString().
ServiceNetworkVpcAssociationStatuspublic final String vpcId()
The ID of the VPC.
public ServiceNetworkVpcAssociationSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ServiceNetworkVpcAssociationSummary.Builder,ServiceNetworkVpcAssociationSummary>public static ServiceNetworkVpcAssociationSummary.Builder builder()
public static Class<? extends ServiceNetworkVpcAssociationSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.