@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRunRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetRunRequest() |
Modifier and Type | Method and Description |
---|---|
GetRunRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getExport()
The run's export format.
|
String |
getId()
The run's ID.
|
int |
hashCode() |
void |
setExport(Collection<String> export)
The run's export format.
|
void |
setId(String id)
The run's ID.
|
String |
toString()
Returns a string representation of this object.
|
GetRunRequest |
withExport(Collection<String> export)
The run's export format.
|
GetRunRequest |
withExport(RunExport... export)
The run's export format.
|
GetRunRequest |
withExport(String... export)
The run's export format.
|
GetRunRequest |
withId(String id)
The run's ID.
|
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 setId(String id)
The run's ID.
id
- The run's ID.public String getId()
The run's ID.
public GetRunRequest withId(String id)
The run's ID.
id
- The run's ID.public List<String> getExport()
The run's export format.
RunExport
public void setExport(Collection<String> export)
The run's export format.
export
- The run's export format.RunExport
public GetRunRequest withExport(String... export)
The run's export format.
NOTE: This method appends the values to the existing list (if any). Use
setExport(java.util.Collection)
or withExport(java.util.Collection)
if you want to override the
existing values.
export
- The run's export format.RunExport
public GetRunRequest withExport(Collection<String> export)
The run's export format.
export
- The run's export format.RunExport
public GetRunRequest withExport(RunExport... export)
The run's export format.
export
- The run's export format.RunExport
public String toString()
toString
in class Object
Object.toString()
public GetRunRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()