@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, withSdkRequestTimeout
public 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 Object
Object.toString()
public GetOpsItemRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2021. All rights reserved.