Class DeviceNetworkProfileInfo
- java.lang.Object
-
- software.amazon.awssdk.services.alexaforbusiness.model.DeviceNetworkProfileInfo
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DeviceNetworkProfileInfo.Builder,DeviceNetworkProfileInfo>
@Generated("software.amazon.awssdk:codegen") public final class DeviceNetworkProfileInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeviceNetworkProfileInfo.Builder,DeviceNetworkProfileInfo>
Detailed information about a device's network profile.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDeviceNetworkProfileInfo.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeviceNetworkProfileInfo.Builderbuilder()StringcertificateArn()The ARN of the certificate associated with a device.InstantcertificateExpirationTime()The time (in epoch) when the certificate expires.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringnetworkProfileArn()The ARN of the network profile associated with a device.List<SdkField<?>>sdkFields()static Class<? extends DeviceNetworkProfileInfo.Builder>serializableBuilderClass()DeviceNetworkProfileInfo.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
-
networkProfileArn
public final String networkProfileArn()
The ARN of the network profile associated with a device.
- Returns:
- The ARN of the network profile associated with a device.
-
certificateArn
public final String certificateArn()
The ARN of the certificate associated with a device.
- Returns:
- The ARN of the certificate associated with a device.
-
certificateExpirationTime
public final Instant certificateExpirationTime()
The time (in epoch) when the certificate expires.
- Returns:
- The time (in epoch) when the certificate expires.
-
toBuilder
public DeviceNetworkProfileInfo.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DeviceNetworkProfileInfo.Builder,DeviceNetworkProfileInfo>
-
builder
public static DeviceNetworkProfileInfo.Builder builder()
-
serializableBuilderClass
public static Class<? extends DeviceNetworkProfileInfo.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.
-
-