@Generated(value="software.amazon.awssdk:codegen") public final class DeviceIdentifier extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeviceIdentifier.Builder,DeviceIdentifier>
Information about a subscriber of a device that can use a network.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeviceIdentifier.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeviceIdentifier.Builder |
builder() |
Instant |
createdAt()
The creation time of this device identifier.
|
String |
deviceIdentifierArn()
The Amazon Resource Name (ARN) of the device identifier.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
iccid()
The Integrated Circuit Card Identifier of the device identifier.
|
String |
imsi()
The International Mobile Subscriber Identity of the device identifier.
|
String |
networkArn()
The Amazon Resource Name (ARN) of the network on which the device identifier appears.
|
String |
orderArn()
The Amazon Resource Name (ARN) of the order used to purchase the device identifier.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeviceIdentifier.Builder> |
serializableBuilderClass() |
DeviceIdentifierStatus |
status()
The status of the device identifier.
|
String |
statusAsString()
The status of the device identifier.
|
DeviceIdentifier.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
trafficGroupArn()
The Amazon Resource Name (ARN) of the traffic group to which the device identifier belongs.
|
String |
vendor()
The vendor of the device identifier.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant createdAt()
The creation time of this device identifier.
public final String deviceIdentifierArn()
The Amazon Resource Name (ARN) of the device identifier.
public final String iccid()
The Integrated Circuit Card Identifier of the device identifier.
public final String imsi()
The International Mobile Subscriber Identity of the device identifier.
public final String networkArn()
The Amazon Resource Name (ARN) of the network on which the device identifier appears.
public final String orderArn()
The Amazon Resource Name (ARN) of the order used to purchase the device identifier.
public final DeviceIdentifierStatus status()
The status of the device identifier.
If the service returns an enum value that is not available in the current SDK version, status will
return DeviceIdentifierStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
DeviceIdentifierStatuspublic final String statusAsString()
The status of the device identifier.
If the service returns an enum value that is not available in the current SDK version, status will
return DeviceIdentifierStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
DeviceIdentifierStatuspublic final String trafficGroupArn()
The Amazon Resource Name (ARN) of the traffic group to which the device identifier belongs.
public final String vendor()
The vendor of the device identifier.
public DeviceIdentifier.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeviceIdentifier.Builder,DeviceIdentifier>public static DeviceIdentifier.Builder builder()
public static Class<? extends DeviceIdentifier.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.