Class NetworkSummary
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<NetworkSummary.Builder,- NetworkSummary> 
A summary of network configuration properties.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier 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.ToCopyableBuildercopy
- 
Method Details- 
idThe unique identifier of the network. - Returns:
- The unique identifier of the network.
 
- 
name
- 
descriptionAn optional description of the network. - Returns:
- An optional description of the network.
 
- 
frameworkThe 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:
 
- 
frameworkAsStringThe 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:
 
- 
frameworkVersionThe version of the blockchain framework that the network uses. - Returns:
- The version of the blockchain framework that the network uses.
 
- 
statusThe 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:
 
- 
statusAsStringThe 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:
 
- 
creationDateThe date and time that the network was created. - Returns:
- The date and time that the network was created.
 
- 
arnThe 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.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<NetworkSummary.Builder,- NetworkSummary> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription 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 interface- SdkPojo
- 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
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-