@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateHealthCheckRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A complex type that contains the health check request information.
NOOP
Constructor and Description |
---|
CreateHealthCheckRequest() |
Modifier and Type | Method and Description |
---|---|
CreateHealthCheckRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCallerReference()
A unique string that identifies the request and that allows you to retry a failed
CreateHealthCheck
request without the risk of creating two identical health checks: |
HealthCheckConfig |
getHealthCheckConfig()
A complex type that contains the response to a
CreateHealthCheck request. |
int |
hashCode() |
void |
setCallerReference(String callerReference)
A unique string that identifies the request and that allows you to retry a failed
CreateHealthCheck
request without the risk of creating two identical health checks: |
void |
setHealthCheckConfig(HealthCheckConfig healthCheckConfig)
A complex type that contains the response to a
CreateHealthCheck request. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateHealthCheckRequest |
withCallerReference(String callerReference)
A unique string that identifies the request and that allows you to retry a failed
CreateHealthCheck
request without the risk of creating two identical health checks: |
CreateHealthCheckRequest |
withHealthCheckConfig(HealthCheckConfig healthCheckConfig)
A complex type that contains the response to a
CreateHealthCheck request. |
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 setCallerReference(String callerReference)
A unique string that identifies the request and that allows you to retry a failed CreateHealthCheck
request without the risk of creating two identical health checks:
If you send a CreateHealthCheck
request with the same CallerReference
and settings as a
previous request, and if the health check doesn't exist, Amazon Route 53 creates the health check. If the health
check does exist, Amazon Route 53 returns the settings for the existing health check.
If you send a CreateHealthCheck
request with the same CallerReference
as a deleted
health check, regardless of the settings, Amazon Route 53 returns a HealthCheckAlreadyExists
error.
If you send a CreateHealthCheck
request with the same CallerReference
as an existing
health check but with different settings, Amazon Route 53 returns a HealthCheckAlreadyExists
error.
If you send a CreateHealthCheck
request with a unique CallerReference
but settings
identical to an existing health check, Amazon Route 53 creates the health check.
callerReference
- A unique string that identifies the request and that allows you to retry a failed
CreateHealthCheck
request without the risk of creating two identical health checks:
If you send a CreateHealthCheck
request with the same CallerReference
and
settings as a previous request, and if the health check doesn't exist, Amazon Route 53 creates the health
check. If the health check does exist, Amazon Route 53 returns the settings for the existing health check.
If you send a CreateHealthCheck
request with the same CallerReference
as a
deleted health check, regardless of the settings, Amazon Route 53 returns a
HealthCheckAlreadyExists
error.
If you send a CreateHealthCheck
request with the same CallerReference
as an
existing health check but with different settings, Amazon Route 53 returns a
HealthCheckAlreadyExists
error.
If you send a CreateHealthCheck
request with a unique CallerReference
but
settings identical to an existing health check, Amazon Route 53 creates the health check.
public String getCallerReference()
A unique string that identifies the request and that allows you to retry a failed CreateHealthCheck
request without the risk of creating two identical health checks:
If you send a CreateHealthCheck
request with the same CallerReference
and settings as a
previous request, and if the health check doesn't exist, Amazon Route 53 creates the health check. If the health
check does exist, Amazon Route 53 returns the settings for the existing health check.
If you send a CreateHealthCheck
request with the same CallerReference
as a deleted
health check, regardless of the settings, Amazon Route 53 returns a HealthCheckAlreadyExists
error.
If you send a CreateHealthCheck
request with the same CallerReference
as an existing
health check but with different settings, Amazon Route 53 returns a HealthCheckAlreadyExists
error.
If you send a CreateHealthCheck
request with a unique CallerReference
but settings
identical to an existing health check, Amazon Route 53 creates the health check.
CreateHealthCheck
request without the risk of creating two identical health checks:
If you send a CreateHealthCheck
request with the same CallerReference
and
settings as a previous request, and if the health check doesn't exist, Amazon Route 53 creates the health
check. If the health check does exist, Amazon Route 53 returns the settings for the existing health
check.
If you send a CreateHealthCheck
request with the same CallerReference
as a
deleted health check, regardless of the settings, Amazon Route 53 returns a
HealthCheckAlreadyExists
error.
If you send a CreateHealthCheck
request with the same CallerReference
as an
existing health check but with different settings, Amazon Route 53 returns a
HealthCheckAlreadyExists
error.
If you send a CreateHealthCheck
request with a unique CallerReference
but
settings identical to an existing health check, Amazon Route 53 creates the health check.
public CreateHealthCheckRequest withCallerReference(String callerReference)
A unique string that identifies the request and that allows you to retry a failed CreateHealthCheck
request without the risk of creating two identical health checks:
If you send a CreateHealthCheck
request with the same CallerReference
and settings as a
previous request, and if the health check doesn't exist, Amazon Route 53 creates the health check. If the health
check does exist, Amazon Route 53 returns the settings for the existing health check.
If you send a CreateHealthCheck
request with the same CallerReference
as a deleted
health check, regardless of the settings, Amazon Route 53 returns a HealthCheckAlreadyExists
error.
If you send a CreateHealthCheck
request with the same CallerReference
as an existing
health check but with different settings, Amazon Route 53 returns a HealthCheckAlreadyExists
error.
If you send a CreateHealthCheck
request with a unique CallerReference
but settings
identical to an existing health check, Amazon Route 53 creates the health check.
callerReference
- A unique string that identifies the request and that allows you to retry a failed
CreateHealthCheck
request without the risk of creating two identical health checks:
If you send a CreateHealthCheck
request with the same CallerReference
and
settings as a previous request, and if the health check doesn't exist, Amazon Route 53 creates the health
check. If the health check does exist, Amazon Route 53 returns the settings for the existing health check.
If you send a CreateHealthCheck
request with the same CallerReference
as a
deleted health check, regardless of the settings, Amazon Route 53 returns a
HealthCheckAlreadyExists
error.
If you send a CreateHealthCheck
request with the same CallerReference
as an
existing health check but with different settings, Amazon Route 53 returns a
HealthCheckAlreadyExists
error.
If you send a CreateHealthCheck
request with a unique CallerReference
but
settings identical to an existing health check, Amazon Route 53 creates the health check.
public void setHealthCheckConfig(HealthCheckConfig healthCheckConfig)
A complex type that contains the response to a CreateHealthCheck
request.
healthCheckConfig
- A complex type that contains the response to a CreateHealthCheck
request.public HealthCheckConfig getHealthCheckConfig()
A complex type that contains the response to a CreateHealthCheck
request.
CreateHealthCheck
request.public CreateHealthCheckRequest withHealthCheckConfig(HealthCheckConfig healthCheckConfig)
A complex type that contains the response to a CreateHealthCheck
request.
healthCheckConfig
- A complex type that contains the response to a CreateHealthCheck
request.public String toString()
toString
in class Object
Object.toString()
public CreateHealthCheckRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.