@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, withSdkRequestTimeout
public 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 Object
Object.toString()
public GetOrderRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()