@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAlertManagerDefinitionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of a DescribeAlertManagerDefinition operation.
NOOP| Constructor and Description |
|---|
DescribeAlertManagerDefinitionRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeAlertManagerDefinitionRequest |
clone() |
boolean |
equals(Object obj) |
String |
getWorkspaceId()
The ID of the workspace to retrieve the alert manager definition from.
|
int |
hashCode() |
void |
setWorkspaceId(String workspaceId)
The ID of the workspace to retrieve the alert manager definition from.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAlertManagerDefinitionRequest |
withWorkspaceId(String workspaceId)
The ID of the workspace to retrieve the alert manager definition from.
|
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 DescribeAlertManagerDefinitionRequest()
public void setWorkspaceId(String workspaceId)
The ID of the workspace to retrieve the alert manager definition from.
workspaceId - The ID of the workspace to retrieve the alert manager definition from.public String getWorkspaceId()
The ID of the workspace to retrieve the alert manager definition from.
public DescribeAlertManagerDefinitionRequest withWorkspaceId(String workspaceId)
The ID of the workspace to retrieve the alert manager definition from.
workspaceId - The ID of the workspace to retrieve the alert manager definition from.public String toString()
toString in class ObjectObject.toString()public DescribeAlertManagerDefinitionRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.