Class ConnectivityInfo
- java.lang.Object
-
- software.amazon.awssdk.services.greengrass.model.ConnectivityInfo
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ConnectivityInfo.Builder,ConnectivityInfo>
@Generated("software.amazon.awssdk:codegen") public final class ConnectivityInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConnectivityInfo.Builder,ConnectivityInfo>
Information about a Greengrass core's connectivity.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceConnectivityInfo.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConnectivityInfo.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringhostAddress()The endpoint for the Greengrass core.Stringid()The ID of the connectivity information.Stringmetadata()Metadata for this endpoint.IntegerportNumber()The port of the Greengrass core.List<SdkField<?>>sdkFields()static Class<? extends ConnectivityInfo.Builder>serializableBuilderClass()ConnectivityInfo.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
-
hostAddress
public final String hostAddress()
The endpoint for the Greengrass core. Can be an IP address or DNS.- Returns:
- The endpoint for the Greengrass core. Can be an IP address or DNS.
-
id
public final String id()
The ID of the connectivity information.- Returns:
- The ID of the connectivity information.
-
metadata
public final String metadata()
Metadata for this endpoint.- Returns:
- Metadata for this endpoint.
-
portNumber
public final Integer portNumber()
The port of the Greengrass core. Usually 8883.- Returns:
- The port of the Greengrass core. Usually 8883.
-
toBuilder
public ConnectivityInfo.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ConnectivityInfo.Builder,ConnectivityInfo>
-
builder
public static ConnectivityInfo.Builder builder()
-
serializableBuilderClass
public static Class<? extends ConnectivityInfo.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.
-
-