Class AssociateHealthCheckRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.shield.model.ShieldRequest
-
- software.amazon.awssdk.services.shield.model.AssociateHealthCheckRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<AssociateHealthCheckRequest.Builder,AssociateHealthCheckRequest>
@Generated("software.amazon.awssdk:codegen") public final class AssociateHealthCheckRequest extends ShieldRequest implements ToCopyableBuilder<AssociateHealthCheckRequest.Builder,AssociateHealthCheckRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAssociateHealthCheckRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AssociateHealthCheckRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringhealthCheckArn()The Amazon Resource Name (ARN) of the health check to associate with the protection.StringprotectionId()The unique identifier (ID) for the Protection object to add the health check association to.List<SdkField<?>>sdkFields()static Class<? extends AssociateHealthCheckRequest.Builder>serializableBuilderClass()AssociateHealthCheckRequest.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
-
protectionId
public final String protectionId()
The unique identifier (ID) for the Protection object to add the health check association to.
- Returns:
- The unique identifier (ID) for the Protection object to add the health check association to.
-
healthCheckArn
public final String healthCheckArn()
The Amazon Resource Name (ARN) of the health check to associate with the protection.
- Returns:
- The Amazon Resource Name (ARN) of the health check to associate with the protection.
-
toBuilder
public AssociateHealthCheckRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AssociateHealthCheckRequest.Builder,AssociateHealthCheckRequest>- Specified by:
toBuilderin classShieldRequest
-
builder
public static AssociateHealthCheckRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends AssociateHealthCheckRequest.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
-
-