Class NetworkSummary
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<NetworkSummary.Builder,NetworkSummary>
A summary of network configuration properties.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringarn()The Amazon Resource Name (ARN) of the network.static NetworkSummary.Builderbuilder()final InstantThe date and time that the network was created.final StringAn optional description of the network.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final FrameworkThe blockchain framework that the network uses.final StringThe blockchain framework that the network uses.final StringThe version of the blockchain framework that the network uses.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringid()The unique identifier of the network.final Stringname()The name of the network.static Class<? extends NetworkSummary.Builder> final NetworkStatusstatus()The current status of the network.final StringThe current status of the network.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
id
The unique identifier of the network.
- Returns:
- The unique identifier of the network.
-
name
-
description
An optional description of the network.
- Returns:
- An optional description of the network.
-
framework
The blockchain framework that the network uses.
If the service returns an enum value that is not available in the current SDK version,
frameworkwill returnFramework.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromframeworkAsString().- Returns:
- The blockchain framework that the network uses.
- See Also:
-
frameworkAsString
The blockchain framework that the network uses.
If the service returns an enum value that is not available in the current SDK version,
frameworkwill returnFramework.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromframeworkAsString().- Returns:
- The blockchain framework that the network uses.
- See Also:
-
frameworkVersion
The version of the blockchain framework that the network uses.
- Returns:
- The version of the blockchain framework that the network uses.
-
status
The current status of the network.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnNetworkStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The current status of the network.
- See Also:
-
statusAsString
The current status of the network.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnNetworkStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The current status of the network.
- See Also:
-
creationDate
The date and time that the network was created.
- Returns:
- The date and time that the network was created.
-
arn
The Amazon Resource Name (ARN) of the network. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
- Returns:
- The Amazon Resource Name (ARN) of the network. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<NetworkSummary.Builder,NetworkSummary> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-