Class AlarmIdentifier
java.lang.Object
com.amazonaws.services.route53.model.AlarmIdentifier
- All Implemented Interfaces:
Serializable, Cloneable
A complex type that contains information to uniquely identify the CloudWatch alarm that you're associating with a Route 53 health check.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetName()The name of the CloudWatch alarm.TheCloudWatchRegionthat the CloudWatch alarm was created in.inthashCode()voidThe name of the CloudWatch alarm.voidsetRegion(CloudWatchRegion region) TheCloudWatchRegionthat the CloudWatch alarm was created in.voidTheCloudWatchRegionthat the CloudWatch alarm was created in.toString()Returns a string representation of this object; useful for testing and debugging.The name of the CloudWatch alarm.withRegion(CloudWatchRegion region) TheCloudWatchRegionthat the CloudWatch alarm was created in.withRegion(String region) TheCloudWatchRegionthat the CloudWatch alarm was created in.
-
Constructor Details
-
AlarmIdentifier
public AlarmIdentifier()
-
-
Method Details
-
setRegion
The
CloudWatchRegionthat the CloudWatch alarm was created in.- Parameters:
region- TheCloudWatchRegionthat the CloudWatch alarm was created in.- See Also:
-
getRegion
The
CloudWatchRegionthat the CloudWatch alarm was created in.- Returns:
- The
CloudWatchRegionthat the CloudWatch alarm was created in. - See Also:
-
withRegion
The
CloudWatchRegionthat the CloudWatch alarm was created in.- Parameters:
region- TheCloudWatchRegionthat the CloudWatch alarm was created in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setRegion
The
CloudWatchRegionthat the CloudWatch alarm was created in.- Parameters:
region- TheCloudWatchRegionthat the CloudWatch alarm was created in.- See Also:
-
withRegion
The
CloudWatchRegionthat the CloudWatch alarm was created in.- Parameters:
region- TheCloudWatchRegionthat the CloudWatch alarm was created in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setName
The name of the CloudWatch alarm.
- Parameters:
name- The name of the CloudWatch alarm.
-
getName
The name of the CloudWatch alarm.
- Returns:
- The name of the CloudWatch alarm.
-
withName
The name of the CloudWatch alarm.
- Parameters:
name- The name of the CloudWatch alarm.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-