@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeviceNetworkProfileInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeviceNetworkProfileInfo.Builder |
builder() |
String |
certificateArn()
The ARN of the certificate associated with a device.
|
Instant |
certificateExpirationTime()
The time (in epoch) when the certificate expires.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
networkProfileArn()
The ARN of the network profile associated with a device.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeviceNetworkProfileInfo.Builder> |
serializableBuilderClass() |
DeviceNetworkProfileInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String networkProfileArn()
The ARN of the network profile associated with a device.
public final String certificateArn()
The ARN of the certificate associated with a device.
public final Instant certificateExpirationTime()
The time (in epoch) when the certificate expires.
public DeviceNetworkProfileInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeviceNetworkProfileInfo.Builder,DeviceNetworkProfileInfo>public static DeviceNetworkProfileInfo.Builder builder()
public static Class<? extends DeviceNetworkProfileInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.