@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CancelSolNetworkOperationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
CancelSolNetworkOperationRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
CancelSolNetworkOperationRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
String | 
getNsLcmOpOccId()
 The identifier of the network operation. 
 | 
int | 
hashCode()  | 
void | 
setNsLcmOpOccId(String nsLcmOpOccId)
 The identifier of the network operation. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
CancelSolNetworkOperationRequest | 
withNsLcmOpOccId(String nsLcmOpOccId)
 The identifier of the network operation. 
 | 
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 setNsLcmOpOccId(String nsLcmOpOccId)
The identifier of the network operation.
nsLcmOpOccId - The identifier of the network operation.public String getNsLcmOpOccId()
The identifier of the network operation.
public CancelSolNetworkOperationRequest withNsLcmOpOccId(String nsLcmOpOccId)
The identifier of the network operation.
nsLcmOpOccId - The identifier of the network operation.public String toString()
toString in class ObjectObject.toString()public CancelSolNetworkOperationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()