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()
boolean
getName()
The name of the CloudWatch alarm.TheCloudWatchRegion
that the CloudWatch alarm was created in.int
hashCode()
void
The name of the CloudWatch alarm.void
setRegion
(CloudWatchRegion region) TheCloudWatchRegion
that the CloudWatch alarm was created in.void
TheCloudWatchRegion
that 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) TheCloudWatchRegion
that the CloudWatch alarm was created in.withRegion
(String region) TheCloudWatchRegion
that the CloudWatch alarm was created in.
-
Constructor Details
-
AlarmIdentifier
public AlarmIdentifier()
-
-
Method Details
-
setRegion
The
CloudWatchRegion
that the CloudWatch alarm was created in.- Parameters:
region
- TheCloudWatchRegion
that the CloudWatch alarm was created in.- See Also:
-
getRegion
The
CloudWatchRegion
that the CloudWatch alarm was created in.- Returns:
- The
CloudWatchRegion
that the CloudWatch alarm was created in. - See Also:
-
withRegion
The
CloudWatchRegion
that the CloudWatch alarm was created in.- Parameters:
region
- TheCloudWatchRegion
that 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
CloudWatchRegion
that the CloudWatch alarm was created in.- Parameters:
region
- TheCloudWatchRegion
that the CloudWatch alarm was created in.- See Also:
-
withRegion
The
CloudWatchRegion
that the CloudWatch alarm was created in.- Parameters:
region
- TheCloudWatchRegion
that 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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-