@Generated(value="software.amazon.awssdk:codegen") public final class ServiceNetworkServiceAssociationSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ServiceNetworkServiceAssociationSummary.Builder,ServiceNetworkServiceAssociationSummary>
Summary information about the association between a service network and a service.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ServiceNetworkServiceAssociationSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the association.
|
static ServiceNetworkServiceAssociationSummary.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.
|
String |
customDomainName()
The custom domain name of the service.
|
DnsEntry |
dnsEntry()
DNS information about the service.
|
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ServiceNetworkServiceAssociationSummary.Builder> |
serializableBuilderClass() |
String |
serviceArn()
The Amazon Resource Name (ARN) of the service.
|
String |
serviceId()
The ID of the service.
|
String |
serviceName()
The name of the service.
|
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.
|
ServiceNetworkServiceAssociationStatus |
status()
The status.
|
String |
statusAsString()
The status.
|
ServiceNetworkServiceAssociationSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
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 customDomainName()
The custom domain name of the service.
public final DnsEntry dnsEntry()
DNS information about the service.
public final String id()
The ID of the association.
public final String serviceArn()
The Amazon Resource Name (ARN) of the service.
public final String serviceId()
The ID of the service.
public final String serviceName()
The name of the service.
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 ServiceNetworkServiceAssociationStatus status()
The status. If the deletion fails, try to delete again.
If the service returns an enum value that is not available in the current SDK version, status will
return ServiceNetworkServiceAssociationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from statusAsString().
ServiceNetworkServiceAssociationStatuspublic final String statusAsString()
The status. If the deletion fails, try to delete again.
If the service returns an enum value that is not available in the current SDK version, status will
return ServiceNetworkServiceAssociationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from statusAsString().
ServiceNetworkServiceAssociationStatuspublic ServiceNetworkServiceAssociationSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ServiceNetworkServiceAssociationSummary.Builder,ServiceNetworkServiceAssociationSummary>public static ServiceNetworkServiceAssociationSummary.Builder builder()
public static Class<? extends ServiceNetworkServiceAssociationSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.