@Generated(value="software.amazon.awssdk:codegen") public final class GetHealthCheckResponse extends Route53Response implements ToCopyableBuilder<GetHealthCheckResponse.Builder,GetHealthCheckResponse>
A complex type that contains the response to a GetHealthCheck request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetHealthCheckResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetHealthCheckResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
HealthCheck |
healthCheck()
A complex type that contains information about one health check that is associated with the current Amazon Web
Services account.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetHealthCheckResponse.Builder> |
serializableBuilderClass() |
GetHealthCheckResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final HealthCheck healthCheck()
A complex type that contains information about one health check that is associated with the current Amazon Web Services account.
public GetHealthCheckResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetHealthCheckResponse.Builder,GetHealthCheckResponse>toBuilder in class AwsResponsepublic static GetHealthCheckResponse.Builder builder()
public static Class<? extends GetHealthCheckResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2023. All rights reserved.