@Generated(value="software.amazon.awssdk:codegen") public final class ReturnInformation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReturnInformation.Builder,ReturnInformation>
Information about a request to return a network resource.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReturnInformation.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ReturnInformation.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
replacementOrderArn()
The Amazon Resource Name (ARN) of the replacement order.
|
String |
returnReason()
The reason for the return.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ReturnInformation.Builder> |
serializableBuilderClass() |
Address |
shippingAddress()
The shipping address.
|
String |
shippingLabel()
The URL of the shipping label.
|
ReturnInformation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String replacementOrderArn()
The Amazon Resource Name (ARN) of the replacement order.
public final String returnReason()
The reason for the return. If the return request did not include a reason for the return, this value is null.
public final Address shippingAddress()
The shipping address.
public final String shippingLabel()
The URL of the shipping label. The shipping label is available for download only if the status of the network
resource is PENDING_RETURN. For more information, see Return a
radio unit.
PENDING_RETURN. For more information, see Return a radio unit.public ReturnInformation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ReturnInformation.Builder,ReturnInformation>public static ReturnInformation.Builder builder()
public static Class<? extends ReturnInformation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.