@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCapacityTaskRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetCapacityTaskRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetCapacityTaskRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCapacityTaskId()
ID of the capacity task.
|
String |
getOutpostIdentifier()
ID or ARN of the Outpost associated with the specified capacity task.
|
int |
hashCode() |
void |
setCapacityTaskId(String capacityTaskId)
ID of the capacity task.
|
void |
setOutpostIdentifier(String outpostIdentifier)
ID or ARN of the Outpost associated with the specified capacity task.
|
String |
toString()
Returns a string representation of this object.
|
GetCapacityTaskRequest |
withCapacityTaskId(String capacityTaskId)
ID of the capacity task.
|
GetCapacityTaskRequest |
withOutpostIdentifier(String outpostIdentifier)
ID or ARN of the Outpost associated with the specified capacity task.
|
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 setCapacityTaskId(String capacityTaskId)
ID of the capacity task.
capacityTaskId - ID of the capacity task.public String getCapacityTaskId()
ID of the capacity task.
public GetCapacityTaskRequest withCapacityTaskId(String capacityTaskId)
ID of the capacity task.
capacityTaskId - ID of the capacity task.public void setOutpostIdentifier(String outpostIdentifier)
ID or ARN of the Outpost associated with the specified capacity task.
outpostIdentifier - ID or ARN of the Outpost associated with the specified capacity task.public String getOutpostIdentifier()
ID or ARN of the Outpost associated with the specified capacity task.
public GetCapacityTaskRequest withOutpostIdentifier(String outpostIdentifier)
ID or ARN of the Outpost associated with the specified capacity task.
outpostIdentifier - ID or ARN of the Outpost associated with the specified capacity task.public String toString()
toString in class ObjectObject.toString()public GetCapacityTaskRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()