Class ServiceNetworkVpcAssociationSummary
- java.lang.Object
-
- software.amazon.awssdk.services.vpclattice.model.ServiceNetworkVpcAssociationSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ServiceNetworkVpcAssociationSummary.Builder,ServiceNetworkVpcAssociationSummary>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceServiceNetworkVpcAssociationSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The Amazon Resource Name (ARN) of the association.static ServiceNetworkVpcAssociationSummary.Builderbuilder()InstantcreatedAt()The date and time that the association was created, specified in ISO-8601 format.StringcreatedBy()The account that created the association.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The ID of the association.InstantlastUpdatedAt()The date and time that the association was last updated, specified in ISO-8601 format.List<SdkField<?>>sdkFields()static Class<? extends ServiceNetworkVpcAssociationSummary.Builder>serializableBuilderClass()StringserviceNetworkArn()The Amazon Resource Name (ARN) of the service network.StringserviceNetworkId()The ID of the service network.StringserviceNetworkName()The name of the service network.ServiceNetworkVpcAssociationStatusstatus()The status.StringstatusAsString()The status.ServiceNetworkVpcAssociationSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringvpcId()The ID of the VPC.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
arn
public final String arn()
The Amazon Resource Name (ARN) of the association.
- Returns:
- The Amazon Resource Name (ARN) of the association.
-
createdAt
public final Instant createdAt()
The date and time that the association was created, specified in ISO-8601 format.
- Returns:
- The date and time that the association was created, specified in ISO-8601 format.
-
createdBy
public final String createdBy()
The account that created the association.
- Returns:
- The account that created the association.
-
id
public final String id()
The ID of the association.
- Returns:
- The ID of the association.
-
lastUpdatedAt
public final Instant lastUpdatedAt()
The date and time that the association was last updated, specified in ISO-8601 format.
- Returns:
- The date and time that the association was last updated, specified in ISO-8601 format.
-
serviceNetworkArn
public final String serviceNetworkArn()
The Amazon Resource Name (ARN) of the service network.
- Returns:
- The Amazon Resource Name (ARN) of the service network.
-
serviceNetworkId
public final String serviceNetworkId()
The ID of the service network.
- Returns:
- The ID of the service network.
-
serviceNetworkName
public final String serviceNetworkName()
The name of the service network.
- Returns:
- The name of the service network.
-
status
public final ServiceNetworkVpcAssociationStatus status()
The status.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnServiceNetworkVpcAssociationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status.
- See Also:
ServiceNetworkVpcAssociationStatus
-
statusAsString
public final String statusAsString()
The status.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnServiceNetworkVpcAssociationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status.
- See Also:
ServiceNetworkVpcAssociationStatus
-
vpcId
public final String vpcId()
The ID of the VPC.
- Returns:
- The ID of the VPC.
-
toBuilder
public ServiceNetworkVpcAssociationSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ServiceNetworkVpcAssociationSummary.Builder,ServiceNetworkVpcAssociationSummary>
-
builder
public static ServiceNetworkVpcAssociationSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ServiceNetworkVpcAssociationSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-