public class CreateHealthCheckRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
> A complex type that contains information about the request to create a health check.
Modifier and Type | Field and Description |
---|---|
private java.lang.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. |
private HealthCheckConfig |
healthCheckConfig
A complex type that contains health check configuration.
|
NOOP
Constructor and Description |
---|
CreateHealthCheckRequest() |
Modifier and Type | Method and Description |
---|---|
CreateHealthCheckRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.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 health check configuration.
|
int |
hashCode() |
void |
setCallerReference(java.lang.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 health check configuration.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateHealthCheckRequest |
withCallerReference(java.lang.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 health check configuration.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.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
can be any unique string; you might choose
to use a string that identifies your project.
Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.
private HealthCheckConfig healthCheckConfig
A complex type that contains health check configuration.
public void setCallerReference(java.lang.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
can be any unique string; you might choose
to use a string that identifies your project.
Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.
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
can be any unique string; you
might choose to use a string that identifies your project.
Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.
public java.lang.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.
CallerReference
can be any unique string; you might choose
to use a string that identifies your project.
Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.
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
can be any unique
string; you might choose to use a string that identifies your
project.
Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.
public CreateHealthCheckRequest withCallerReference(java.lang.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
can be any unique string; you might choose
to use a string that identifies your project.
Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.
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
can be any unique string; you
might choose to use a string that identifies your project.
Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.
public void setHealthCheckConfig(HealthCheckConfig healthCheckConfig)
A complex type that contains health check configuration.
healthCheckConfig
- A complex type that contains health check configuration.public HealthCheckConfig getHealthCheckConfig()
A complex type that contains health check configuration.
public CreateHealthCheckRequest withHealthCheckConfig(HealthCheckConfig healthCheckConfig)
A complex type that contains health check configuration.
healthCheckConfig
- A complex type that contains health check configuration.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public CreateHealthCheckRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()