@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateHealthCheckRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DisassociateHealthCheckRequest() |
Modifier and Type | Method and Description |
---|---|
DisassociateHealthCheckRequest |
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 that is associated with the protection.
|
String |
getProtectionId()
The unique identifier (ID) for the Protection object to remove the health check association from.
|
int |
hashCode() |
void |
setHealthCheckArn(String healthCheckArn)
The Amazon Resource Name (ARN) of the health check that is associated with the protection.
|
void |
setProtectionId(String protectionId)
The unique identifier (ID) for the Protection object to remove the health check association from.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateHealthCheckRequest |
withHealthCheckArn(String healthCheckArn)
The Amazon Resource Name (ARN) of the health check that is associated with the protection.
|
DisassociateHealthCheckRequest |
withProtectionId(String protectionId)
The unique identifier (ID) for the Protection object to remove the health check association from.
|
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, withSdkRequestTimeout
public void setProtectionId(String protectionId)
The unique identifier (ID) for the Protection object to remove the health check association from.
protectionId
- The unique identifier (ID) for the Protection object to remove the health check association from.public String getProtectionId()
The unique identifier (ID) for the Protection object to remove the health check association from.
public DisassociateHealthCheckRequest withProtectionId(String protectionId)
The unique identifier (ID) for the Protection object to remove the health check association from.
protectionId
- The unique identifier (ID) for the Protection object to remove the health check association from.public void setHealthCheckArn(String healthCheckArn)
The Amazon Resource Name (ARN) of the health check that is associated with the protection.
healthCheckArn
- The Amazon Resource Name (ARN) of the health check that is associated with the protection.public String getHealthCheckArn()
The Amazon Resource Name (ARN) of the health check that is associated with the protection.
public DisassociateHealthCheckRequest withHealthCheckArn(String healthCheckArn)
The Amazon Resource Name (ARN) of the health check that is associated with the protection.
healthCheckArn
- The Amazon Resource Name (ARN) of the health check that is associated with the protection.public String toString()
toString
in class Object
Object.toString()
public DisassociateHealthCheckRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()