@Generated(value="software.amazon.awssdk:codegen") public final class PickupDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PickupDetails.Builder,PickupDetails>
Information identifying the person picking up the device.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PickupDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PickupDetails.Builder |
builder() |
String |
devicePickupId()
The unique ID for a device that will be picked up.
|
String |
email()
The email address of the person picking up the device.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
identificationExpirationDate()
Expiration date of the credential identifying the person picking up the device.
|
String |
identificationIssuingOrg()
Organization that issued the credential identifying the person picking up the device.
|
String |
identificationNumber()
The number on the credential identifying the person picking up the device.
|
String |
name()
The name of the person picking up the device.
|
String |
phoneNumber()
The phone number of the person picking up the device.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PickupDetails.Builder> |
serializableBuilderClass() |
PickupDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the person picking up the device.
public final String phoneNumber()
The phone number of the person picking up the device.
public final String email()
The email address of the person picking up the device.
public final String identificationNumber()
The number on the credential identifying the person picking up the device.
public final Instant identificationExpirationDate()
Expiration date of the credential identifying the person picking up the device.
public final String identificationIssuingOrg()
Organization that issued the credential identifying the person picking up the device.
public final String devicePickupId()
The unique ID for a device that will be picked up.
public PickupDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PickupDetails.Builder,PickupDetails>public static PickupDetails.Builder builder()
public static Class<? extends PickupDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.