@Generated(value="software.amazon.awssdk:codegen") public final class NetworkSite extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NetworkSite.Builder,NetworkSite>
Information about a network site.
| Modifier and Type | Class and Description |
|---|---|
static interface |
NetworkSite.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
availabilityZone()
The parent Availability Zone for the network site.
|
String |
availabilityZoneId()
The parent Availability Zone ID for the network site.
|
static NetworkSite.Builder |
builder() |
Instant |
createdAt()
The creation time of the network site.
|
SitePlan |
currentPlan()
The current plan of the network site.
|
String |
description()
The description of the network site.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
networkArn()
The Amazon Resource Name (ARN) of the network to which the network site belongs.
|
String |
networkSiteArn()
The Amazon Resource Name (ARN) of the network site.
|
String |
networkSiteName()
The name of the network site.
|
SitePlan |
pendingPlan()
The pending plan of the network site.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends NetworkSite.Builder> |
serializableBuilderClass() |
NetworkSiteStatus |
status()
The status of the network site.
|
String |
statusAsString()
The status of the network site.
|
String |
statusReason()
The status reason of the network site.
|
NetworkSite.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String availabilityZone()
The parent Availability Zone for the network site.
public final String availabilityZoneId()
The parent Availability Zone ID for the network site.
public final Instant createdAt()
The creation time of the network site.
public final SitePlan currentPlan()
The current plan of the network site.
public final String description()
The description of the network site.
public final String networkArn()
The Amazon Resource Name (ARN) of the network to which the network site belongs.
public final String networkSiteArn()
The Amazon Resource Name (ARN) of the network site.
public final String networkSiteName()
The name of the network site.
public final SitePlan pendingPlan()
The pending plan of the network site.
public final NetworkSiteStatus status()
The status of the network site.
If the service returns an enum value that is not available in the current SDK version, status will
return NetworkSiteStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
NetworkSiteStatuspublic final String statusAsString()
The status of the network site.
If the service returns an enum value that is not available in the current SDK version, status will
return NetworkSiteStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
NetworkSiteStatuspublic final String statusReason()
The status reason of the network site.
public NetworkSite.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<NetworkSite.Builder,NetworkSite>public static NetworkSite.Builder builder()
public static Class<? extends NetworkSite.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.