@Generated(value="software.amazon.awssdk:codegen") public final class ServiceNetworkSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ServiceNetworkSummary.Builder,ServiceNetworkSummary>
Summary information about a service network.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ServiceNetworkSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the service network.
|
static ServiceNetworkSummary.Builder |
builder() |
Instant |
createdAt()
The date and time that the service network was created, specified in ISO-8601 format.
|
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 service network.
|
Instant |
lastUpdatedAt()
The date and time that the service network was last updated, specified in ISO-8601 format.
|
String |
name()
The name of the service network.
|
Long |
numberOfAssociatedServices()
The number of services associated with the service network.
|
Long |
numberOfAssociatedVPCs()
The number of VPCs associated with the service network.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ServiceNetworkSummary.Builder> |
serializableBuilderClass() |
ServiceNetworkSummary.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 service network.
public final Instant createdAt()
The date and time that the service network was created, specified in ISO-8601 format.
public final String id()
The ID of the service network.
public final Instant lastUpdatedAt()
The date and time that the service network was last updated, specified in ISO-8601 format.
public final String name()
The name of the service network.
public final Long numberOfAssociatedServices()
The number of services associated with the service network.
public final Long numberOfAssociatedVPCs()
The number of VPCs associated with the service network.
public ServiceNetworkSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ServiceNetworkSummary.Builder,ServiceNetworkSummary>public static ServiceNetworkSummary.Builder builder()
public static Class<? extends ServiceNetworkSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.