@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateHealthCheckResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
A complex type containing the response information for the new health check.
Constructor and Description |
---|
CreateHealthCheckResult() |
Modifier and Type | Method and Description |
---|---|
CreateHealthCheckResult |
clone() |
boolean |
equals(Object obj) |
HealthCheck |
getHealthCheck()
A complex type that contains identifying information about the health check.
|
String |
getLocation()
The unique URL representing the new health check.
|
int |
hashCode() |
void |
setHealthCheck(HealthCheck healthCheck)
A complex type that contains identifying information about the health check.
|
void |
setLocation(String location)
The unique URL representing the new health check.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateHealthCheckResult |
withHealthCheck(HealthCheck healthCheck)
A complex type that contains identifying information about the health check.
|
CreateHealthCheckResult |
withLocation(String location)
The unique URL representing the new health check.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setHealthCheck(HealthCheck healthCheck)
A complex type that contains identifying information about the health check.
healthCheck
- A complex type that contains identifying information about the health check.public HealthCheck getHealthCheck()
A complex type that contains identifying information about the health check.
public CreateHealthCheckResult withHealthCheck(HealthCheck healthCheck)
A complex type that contains identifying information about the health check.
healthCheck
- A complex type that contains identifying information about the health check.public void setLocation(String location)
The unique URL representing the new health check.
location
- The unique URL representing the new health check.public String getLocation()
The unique URL representing the new health check.
public CreateHealthCheckResult withLocation(String location)
The unique URL representing the new health check.
location
- The unique URL representing the new health check.public String toString()
toString
in class Object
Object.toString()
public CreateHealthCheckResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.