@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetOrderRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetOrderRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetOrderRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getOrderArn()
The Amazon Resource Name (ARN) of the order.
|
int |
hashCode() |
void |
setOrderArn(String orderArn)
The Amazon Resource Name (ARN) of the order.
|
String |
toString()
Returns a string representation of this object.
|
GetOrderRequest |
withOrderArn(String orderArn)
The Amazon Resource Name (ARN) of the order.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setOrderArn(String orderArn)
The Amazon Resource Name (ARN) of the order.
orderArn - The Amazon Resource Name (ARN) of the order.public String getOrderArn()
The Amazon Resource Name (ARN) of the order.
public GetOrderRequest withOrderArn(String orderArn)
The Amazon Resource Name (ARN) of the order.
orderArn - The Amazon Resource Name (ARN) of the order.public String toString()
toString in class ObjectObject.toString()public GetOrderRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()