@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AlarmIdentifier extends Object implements Serializable, Cloneable
A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.
Constructor and Description |
---|
AlarmIdentifier() |
Modifier and Type | Method and Description |
---|---|
AlarmIdentifier |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this
health check is healthy.
|
String |
getRegion()
A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to
determine whether this health check is healthy.
|
int |
hashCode() |
void |
setName(String name)
The name of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this
health check is healthy.
|
void |
setRegion(CloudWatchRegion region)
A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to
determine whether this health check is healthy.
|
void |
setRegion(String region)
A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to
determine whether this health check is healthy.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
AlarmIdentifier |
withName(String name)
The name of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this
health check is healthy.
|
AlarmIdentifier |
withRegion(CloudWatchRegion region)
A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to
determine whether this health check is healthy.
|
AlarmIdentifier |
withRegion(String region)
A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to
determine whether this health check is healthy.
|
public void setRegion(String region)
A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.
For the current list of CloudWatch regions, see Amazon CloudWatch in the AWS Regions and Endpoints chapter of the Amazon Web Services General Reference.
region
- A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use
to determine whether this health check is healthy.
For the current list of CloudWatch regions, see Amazon CloudWatch in the AWS Regions and Endpoints chapter of the Amazon Web Services General Reference.
CloudWatchRegion
public String getRegion()
A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.
For the current list of CloudWatch regions, see Amazon CloudWatch in the AWS Regions and Endpoints chapter of the Amazon Web Services General Reference.
For the current list of CloudWatch regions, see Amazon CloudWatch in the AWS Regions and Endpoints chapter of the Amazon Web Services General Reference.
CloudWatchRegion
public AlarmIdentifier withRegion(String region)
A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.
For the current list of CloudWatch regions, see Amazon CloudWatch in the AWS Regions and Endpoints chapter of the Amazon Web Services General Reference.
region
- A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use
to determine whether this health check is healthy.
For the current list of CloudWatch regions, see Amazon CloudWatch in the AWS Regions and Endpoints chapter of the Amazon Web Services General Reference.
CloudWatchRegion
public void setRegion(CloudWatchRegion region)
A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.
For the current list of CloudWatch regions, see Amazon CloudWatch in the AWS Regions and Endpoints chapter of the Amazon Web Services General Reference.
region
- A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use
to determine whether this health check is healthy.
For the current list of CloudWatch regions, see Amazon CloudWatch in the AWS Regions and Endpoints chapter of the Amazon Web Services General Reference.
CloudWatchRegion
public AlarmIdentifier withRegion(CloudWatchRegion region)
A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.
For the current list of CloudWatch regions, see Amazon CloudWatch in the AWS Regions and Endpoints chapter of the Amazon Web Services General Reference.
region
- A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use
to determine whether this health check is healthy.
For the current list of CloudWatch regions, see Amazon CloudWatch in the AWS Regions and Endpoints chapter of the Amazon Web Services General Reference.
CloudWatchRegion
public void setName(String name)
The name of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.
name
- The name of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether
this health check is healthy.public String getName()
The name of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.
public AlarmIdentifier withName(String name)
The name of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.
name
- The name of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether
this health check is healthy.public String toString()
toString
in class Object
Object.toString()
public AlarmIdentifier clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.