@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetExecutionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetExecutionRequest() |
Modifier and Type | Method and Description |
---|---|
GetExecutionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getExecutionId()
The ID for this specific execution.
|
String |
getExportArn()
The Amazon Resource Name (ARN) of the Export object that generated this specific execution.
|
int |
hashCode() |
void |
setExecutionId(String executionId)
The ID for this specific execution.
|
void |
setExportArn(String exportArn)
The Amazon Resource Name (ARN) of the Export object that generated this specific execution.
|
String |
toString()
Returns a string representation of this object.
|
GetExecutionRequest |
withExecutionId(String executionId)
The ID for this specific execution.
|
GetExecutionRequest |
withExportArn(String exportArn)
The Amazon Resource Name (ARN) of the Export object that generated this specific execution.
|
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 setExecutionId(String executionId)
The ID for this specific execution.
executionId
- The ID for this specific execution.public String getExecutionId()
The ID for this specific execution.
public GetExecutionRequest withExecutionId(String executionId)
The ID for this specific execution.
executionId
- The ID for this specific execution.public void setExportArn(String exportArn)
The Amazon Resource Name (ARN) of the Export object that generated this specific execution.
exportArn
- The Amazon Resource Name (ARN) of the Export object that generated this specific execution.public String getExportArn()
The Amazon Resource Name (ARN) of the Export object that generated this specific execution.
public GetExecutionRequest withExportArn(String exportArn)
The Amazon Resource Name (ARN) of the Export object that generated this specific execution.
exportArn
- The Amazon Resource Name (ARN) of the Export object that generated this specific execution.public String toString()
toString
in class Object
Object.toString()
public GetExecutionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()