@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteAlertManagerDefinitionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of a DeleteAlertManagerDefinition operation.
NOOP| Constructor and Description |
|---|
DeleteAlertManagerDefinitionRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteAlertManagerDefinitionRequest |
clone() |
boolean |
equals(Object obj) |
String |
getClientToken()
Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.
|
String |
getWorkspaceId()
The ID of the workspace in which to delete the alert manager definition.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.
|
void |
setWorkspaceId(String workspaceId)
The ID of the workspace in which to delete the alert manager definition.
|
String |
toString()
Returns a string representation of this object.
|
DeleteAlertManagerDefinitionRequest |
withClientToken(String clientToken)
Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.
|
DeleteAlertManagerDefinitionRequest |
withWorkspaceId(String workspaceId)
The ID of the workspace in which to delete the alert manager definition.
|
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 setWorkspaceId(String workspaceId)
The ID of the workspace in which to delete the alert manager definition.
workspaceId - The ID of the workspace in which to delete the alert manager definition.public String getWorkspaceId()
The ID of the workspace in which to delete the alert manager definition.
public DeleteAlertManagerDefinitionRequest withWorkspaceId(String workspaceId)
The ID of the workspace in which to delete the alert manager definition.
workspaceId - The ID of the workspace in which to delete the alert manager definition.public void setClientToken(String clientToken)
Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.
clientToken - Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.public String getClientToken()
Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.
public DeleteAlertManagerDefinitionRequest withClientToken(String clientToken)
Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.
clientToken - Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.public String toString()
toString in class ObjectObject.toString()public DeleteAlertManagerDefinitionRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.