Class NetworkResourceSummary
- java.lang.Object
-
- software.amazon.awssdk.services.networkmanager.model.NetworkResourceSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<NetworkResourceSummary.Builder,NetworkResourceSummary>
@Generated("software.amazon.awssdk:codegen") public final class NetworkResourceSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NetworkResourceSummary.Builder,NetworkResourceSummary>
Describes a network resource.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNetworkResourceSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NetworkResourceSummary.Builderbuilder()Stringdefinition()Information about the resource, in JSON format.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()BooleanisMiddlebox()Indicates whether this is a middlebox appliance.StringnameTag()The value for the Name tag.StringregisteredGatewayArn()The ARN of the gateway.StringresourceArn()The ARN of the resource.StringresourceType()The resource type.List<SdkField<?>>sdkFields()static Class<? extends NetworkResourceSummary.Builder>serializableBuilderClass()NetworkResourceSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
registeredGatewayArn
public final String registeredGatewayArn()
The ARN of the gateway.
- Returns:
- The ARN of the gateway.
-
resourceArn
public final String resourceArn()
The ARN of the resource.
- Returns:
- The ARN of the resource.
-
resourceType
public final String resourceType()
The resource type.
- Returns:
- The resource type.
-
definition
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.
- Returns:
- Information about the resource, in JSON format. Network Manager gets this information by describing the resource using its Describe API call.
-
nameTag
public final String nameTag()
The value for the Name tag.
- Returns:
- The value for the Name tag.
-
isMiddlebox
public final Boolean isMiddlebox()
Indicates whether this is a middlebox appliance.
- Returns:
- Indicates whether this is a middlebox appliance.
-
toBuilder
public NetworkResourceSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<NetworkResourceSummary.Builder,NetworkResourceSummary>
-
builder
public static NetworkResourceSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends NetworkResourceSummary.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.
-
-