@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateOpsItemRelatedItemRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DisassociateOpsItemRelatedItemRequest() |
Modifier and Type | Method and Description |
---|---|
DisassociateOpsItemRelatedItemRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAssociationId()
The ID of the association for which you want to delete an association between the OpsItem and a related item.
|
String |
getOpsItemId()
The ID of the OpsItem for which you want to delete an association between the OpsItem and a related item.
|
int |
hashCode() |
void |
setAssociationId(String associationId)
The ID of the association for which you want to delete an association between the OpsItem and a related item.
|
void |
setOpsItemId(String opsItemId)
The ID of the OpsItem for which you want to delete an association between the OpsItem and a related item.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateOpsItemRelatedItemRequest |
withAssociationId(String associationId)
The ID of the association for which you want to delete an association between the OpsItem and a related item.
|
DisassociateOpsItemRelatedItemRequest |
withOpsItemId(String opsItemId)
The ID of the OpsItem for which you want to delete an association between the OpsItem and a related item.
|
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 DisassociateOpsItemRelatedItemRequest()
public void setOpsItemId(String opsItemId)
The ID of the OpsItem for which you want to delete an association between the OpsItem and a related item.
opsItemId
- The ID of the OpsItem for which you want to delete an association between the OpsItem and a related item.public String getOpsItemId()
The ID of the OpsItem for which you want to delete an association between the OpsItem and a related item.
public DisassociateOpsItemRelatedItemRequest withOpsItemId(String opsItemId)
The ID of the OpsItem for which you want to delete an association between the OpsItem and a related item.
opsItemId
- The ID of the OpsItem for which you want to delete an association between the OpsItem and a related item.public void setAssociationId(String associationId)
The ID of the association for which you want to delete an association between the OpsItem and a related item.
associationId
- The ID of the association for which you want to delete an association between the OpsItem and a related
item.public String getAssociationId()
The ID of the association for which you want to delete an association between the OpsItem and a related item.
public DisassociateOpsItemRelatedItemRequest withAssociationId(String associationId)
The ID of the association for which you want to delete an association between the OpsItem and a related item.
associationId
- The ID of the association for which you want to delete an association between the OpsItem and a related
item.public String toString()
toString
in class Object
Object.toString()
public DisassociateOpsItemRelatedItemRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()