@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 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. |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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 Object
Object.toString()
public CreateHealthCheckRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.