@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetOpsItemRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetOpsItemRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetOpsItemRequest |
clone() |
boolean |
equals(Object obj) |
String |
getOpsItemId()
The ID of the OpsItem that you want to get.
|
int |
hashCode() |
void |
setOpsItemId(String opsItemId)
The ID of the OpsItem that you want to get.
|
String |
toString()
Returns a string representation of this object.
|
GetOpsItemRequest |
withOpsItemId(String opsItemId)
The ID of the OpsItem that you want to get.
|
addHandlerContext, copyBaseTo, 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 setOpsItemId(String opsItemId)
The ID of the OpsItem that you want to get.
opsItemId - The ID of the OpsItem that you want to get.public String getOpsItemId()
The ID of the OpsItem that you want to get.
public GetOpsItemRequest withOpsItemId(String opsItemId)
The ID of the OpsItem that you want to get.
opsItemId - The ID of the OpsItem that you want to get.public String toString()
toString in class ObjectObject.toString()public GetOpsItemRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.