@Generated(value="software.amazon.awssdk:codegen") public final class PutAlertManagerDefinitionRequest extends AmpRequest implements ToCopyableBuilder<PutAlertManagerDefinitionRequest.Builder,PutAlertManagerDefinitionRequest>
Represents the input of a PutAlertManagerDefinition operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutAlertManagerDefinitionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PutAlertManagerDefinitionRequest.Builder |
builder() |
String |
clientToken()
Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.
|
SdkBytes |
data()
The alert manager definition data.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutAlertManagerDefinitionRequest.Builder> |
serializableBuilderClass() |
PutAlertManagerDefinitionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workspaceId()
The ID of the workspace in which to update the alert manager definition.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String clientToken()
Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.
public final SdkBytes data()
The alert manager definition data.
public final String workspaceId()
The ID of the workspace in which to update the alert manager definition.
public PutAlertManagerDefinitionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutAlertManagerDefinitionRequest.Builder,PutAlertManagerDefinitionRequest>toBuilder in class AmpRequestpublic static PutAlertManagerDefinitionRequest.Builder builder()
public static Class<? extends PutAlertManagerDefinitionRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.