@Generated(value="software.amazon.awssdk:codegen") public final class CreateReturnShippingLabelRequest extends SnowballRequest implements ToCopyableBuilder<CreateReturnShippingLabelRequest.Builder,CreateReturnShippingLabelRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateReturnShippingLabelRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateReturnShippingLabelRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jobId()
The ID for a job that you want to create the return shipping label for; for example,
JID123e4567-e89b-12d3-a456-426655440000. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateReturnShippingLabelRequest.Builder> |
serializableBuilderClass() |
ShippingOption |
shippingOption()
The shipping speed for a particular job.
|
String |
shippingOptionAsString()
The shipping speed for a particular job.
|
CreateReturnShippingLabelRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String jobId()
The ID for a job that you want to create the return shipping label for; for example,
JID123e4567-e89b-12d3-a456-426655440000.
JID123e4567-e89b-12d3-a456-426655440000.public final ShippingOption shippingOption()
The shipping speed for a particular job. This speed doesn't dictate how soon the device is returned to AWS. This speed represents how quickly it moves to its destination while in transit. Regional shipping speeds are as follows:
If the service returns an enum value that is not available in the current SDK version, shippingOption
will return ShippingOption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from shippingOptionAsString().
ShippingOptionpublic final String shippingOptionAsString()
The shipping speed for a particular job. This speed doesn't dictate how soon the device is returned to AWS. This speed represents how quickly it moves to its destination while in transit. Regional shipping speeds are as follows:
If the service returns an enum value that is not available in the current SDK version, shippingOption
will return ShippingOption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from shippingOptionAsString().
ShippingOptionpublic CreateReturnShippingLabelRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateReturnShippingLabelRequest.Builder,CreateReturnShippingLabelRequest>toBuilder in class SnowballRequestpublic static CreateReturnShippingLabelRequest.Builder builder()
public static Class<? extends CreateReturnShippingLabelRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.