@Generated(value="software.amazon.awssdk:codegen") public final class NetworkResourceSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NetworkResourceSummary.Builder,NetworkResourceSummary>
Describes a network resource.
| Modifier and Type | Class and Description |
|---|---|
static interface |
NetworkResourceSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static NetworkResourceSummary.Builder |
builder() |
String |
definition()
Information about the resource, in JSON format.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
isMiddlebox()
Indicates whether this is a middlebox appliance.
|
String |
nameTag()
The value for the Name tag.
|
String |
registeredGatewayArn()
The ARN of the gateway.
|
String |
resourceArn()
The ARN of the resource.
|
String |
resourceType()
The resource type.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends NetworkResourceSummary.Builder> |
serializableBuilderClass() |
NetworkResourceSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String registeredGatewayArn()
The ARN of the gateway.
public final String resourceArn()
The ARN of the resource.
public final String resourceType()
The resource type.
public final String definition()
Information about the resource, in JSON format. Network Manager gets this information by describing the resource using its Describe API call.
public final String nameTag()
The value for the Name tag.
public final Boolean isMiddlebox()
Indicates whether this is a middlebox appliance.
public NetworkResourceSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<NetworkResourceSummary.Builder,NetworkResourceSummary>public static NetworkResourceSummary.Builder builder()
public static Class<? extends NetworkResourceSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.