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() |
boolean |
equals(Object obj) |
String |
getCallerReference()
A unique string that identifies the request and that allows failed
CreateHealthCheck requests to be
retried without the risk of executing the operation twice. |
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 failed
CreateHealthCheck requests to be
retried without the risk of executing the operation twice. |
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 failed
CreateHealthCheck requests to be
retried without the risk of executing the operation twice. |
CreateHealthCheckRequest |
withHealthCheckConfig(HealthCheckConfig healthCheckConfig)
A complex type that contains the response to a
CreateHealthCheck request. |
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setCallerReference(String callerReference)
A unique string that identifies the request and that allows failed CreateHealthCheck requests to be
retried without the risk of executing the operation twice. You must use a unique CallerReference
string every time you create a health check.
callerReference - A unique string that identifies the request and that allows failed CreateHealthCheck requests
to be retried without the risk of executing the operation twice. You must use a unique
CallerReference string every time you create a health check.public String getCallerReference()
A unique string that identifies the request and that allows failed CreateHealthCheck requests to be
retried without the risk of executing the operation twice. You must use a unique CallerReference
string every time you create a health check.
CreateHealthCheck
requests to be retried without the risk of executing the operation twice. You must use a unique
CallerReference string every time you create a health check.public CreateHealthCheckRequest withCallerReference(String callerReference)
A unique string that identifies the request and that allows failed CreateHealthCheck requests to be
retried without the risk of executing the operation twice. You must use a unique CallerReference
string every time you create a health check.
callerReference - A unique string that identifies the request and that allows failed CreateHealthCheck requests
to be retried without the risk of executing the operation twice. You must use a unique
CallerReference string every time you create a 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 ObjectObject.toString()public CreateHealthCheckRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.