Class GetHealthCheckRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.route53.model.Route53Request
-
- software.amazon.awssdk.services.route53.model.GetHealthCheckRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetHealthCheckRequest.Builder,GetHealthCheckRequest>
@Generated("software.amazon.awssdk:codegen") public final class GetHealthCheckRequest extends Route53Request implements ToCopyableBuilder<GetHealthCheckRequest.Builder,GetHealthCheckRequest>
A request to get information about a specified health check.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetHealthCheckRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetHealthCheckRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringhealthCheckId()The identifier that Amazon Route 53 assigned to the health check when you created it.List<SdkField<?>>sdkFields()static Class<? extends GetHealthCheckRequest.Builder>serializableBuilderClass()GetHealthCheckRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
healthCheckId
public final String healthCheckId()
The identifier that Amazon Route 53 assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.
- Returns:
- The identifier that Amazon Route 53 assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.
-
toBuilder
public GetHealthCheckRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetHealthCheckRequest.Builder,GetHealthCheckRequest>- Specified by:
toBuilderin classRoute53Request
-
builder
public static GetHealthCheckRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetHealthCheckRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-