@Generated(value="software.amazon.awssdk:codegen") public final class GetHealthEventRequest extends InternetMonitorRequest implements ToCopyableBuilder<GetHealthEventRequest.Builder,GetHealthEventRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetHealthEventRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetHealthEventRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
eventId()
The internally generated identifier of a health event.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
monitorName()
The name of the monitor.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetHealthEventRequest.Builder> |
serializableBuilderClass() |
GetHealthEventRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String monitorName()
The name of the monitor.
public final String eventId()
The internally generated identifier of a health event. Because EventID contains the forward slash
(“/”) character, you must URL-encode the EventID field in the request URL.
EventID contains the forward
slash (“/”) character, you must URL-encode the EventID field in the request URL.public GetHealthEventRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetHealthEventRequest.Builder,GetHealthEventRequest>toBuilder in class InternetMonitorRequestpublic static GetHealthEventRequest.Builder builder()
public static Class<? extends GetHealthEventRequest.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 © 2023. All rights reserved.