@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateHealthCheckRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
AssociateHealthCheckRequest() |
| Modifier and Type | Method and Description |
|---|---|
AssociateHealthCheckRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getHealthCheckArn()
The Amazon Resource Name (ARN) of the health check to associate with the protection.
|
String |
getProtectionId()
The unique identifier (ID) for the Protection object to add the health check association to.
|
int |
hashCode() |
void |
setHealthCheckArn(String healthCheckArn)
The Amazon Resource Name (ARN) of the health check to associate with the protection.
|
void |
setProtectionId(String protectionId)
The unique identifier (ID) for the Protection object to add the health check association to.
|
String |
toString()
Returns a string representation of this object.
|
AssociateHealthCheckRequest |
withHealthCheckArn(String healthCheckArn)
The Amazon Resource Name (ARN) of the health check to associate with the protection.
|
AssociateHealthCheckRequest |
withProtectionId(String protectionId)
The unique identifier (ID) for the Protection object to add the health check association to.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setProtectionId(String protectionId)
The unique identifier (ID) for the Protection object to add the health check association to.
protectionId - The unique identifier (ID) for the Protection object to add the health check association to.public String getProtectionId()
The unique identifier (ID) for the Protection object to add the health check association to.
public AssociateHealthCheckRequest withProtectionId(String protectionId)
The unique identifier (ID) for the Protection object to add the health check association to.
protectionId - The unique identifier (ID) for the Protection object to add the health check association to.public void setHealthCheckArn(String healthCheckArn)
The Amazon Resource Name (ARN) of the health check to associate with the protection.
healthCheckArn - The Amazon Resource Name (ARN) of the health check to associate with the protection.public String getHealthCheckArn()
The Amazon Resource Name (ARN) of the health check to associate with the protection.
public AssociateHealthCheckRequest withHealthCheckArn(String healthCheckArn)
The Amazon Resource Name (ARN) of the health check to associate with the protection.
healthCheckArn - The Amazon Resource Name (ARN) of the health check to associate with the protection.public String toString()
toString in class ObjectObject.toString()public AssociateHealthCheckRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()