Class Network
- java.lang.Object
-
- software.amazon.awssdk.services.internetmonitor.model.Network
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Network.Builder,Network>
@Generated("software.amazon.awssdk:codegen") public final class Network extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Network.Builder,Network>
An internet service provider (ISP) or network in Amazon CloudWatch Internet Monitor.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNetwork.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringasName()The internet provider name or network name.LongasNumber()The Autonomous System Number (ASN) of the internet provider or network.static Network.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends Network.Builder>serializableBuilderClass()Network.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
-
asName
public final String asName()
The internet provider name or network name.
- Returns:
- The internet provider name or network name.
-
asNumber
public final Long asNumber()
The Autonomous System Number (ASN) of the internet provider or network.
- Returns:
- The Autonomous System Number (ASN) of the internet provider or network.
-
toBuilder
public Network.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Network.Builder,Network>
-
builder
public static Network.Builder builder()
-
serializableBuilderClass
public static Class<? extends Network.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.
-
-