Class ImpactedLocation
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<ImpactedLocation.Builder,
ImpactedLocation>
Information about a location impacted by a health event in Amazon CloudWatch Internet Monitor.
Geographic regions are hierarchically categorized into country, subdivision, metro and city geographic granularities. The geographic region is identified based on the IP address used at the client locations.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal String
asName()
The name of the network at an impacted location.final Long
asNumber()
The Autonomous System Number (ASN) of the network at an impacted location.static ImpactedLocation.Builder
builder()
final NetworkImpairment
causedBy()
The cause of the impairment.final String
city()
The name of the city where the health event is located.final String
country()
The name of the country where the health event is located.final String
The country code where the health event is located.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
final InternetHealth
The calculated health at a specific location.final Double
latitude()
The latitude where the health event is located.final Double
The longitude where the health event is located.final String
metro()
The metro area where the health event is located.static Class
<? extends ImpactedLocation.Builder> final String
The service location where the health event is located.final HealthEventStatus
status()
The status of the health event at an impacted location.final String
The status of the health event at an impacted location.final String
The subdivision location where the health event is located.final String
The subdivision code where the health event is located.Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
asName
The name of the network at an impacted location.
- Returns:
- The name of the network at an impacted location.
-
asNumber
The Autonomous System Number (ASN) of the network at an impacted location.
- Returns:
- The Autonomous System Number (ASN) of the network at an impacted location.
-
country
The name of the country where the health event is located.
- Returns:
- The name of the country where the health event is located.
-
subdivision
The subdivision location where the health event is located. The subdivision usually maps to states in most countries (including the United States). For United Kingdom, it maps to a country (England, Scotland, Wales) or province (Northern Ireland).
- Returns:
- The subdivision location where the health event is located. The subdivision usually maps to states in most countries (including the United States). For United Kingdom, it maps to a country (England, Scotland, Wales) or province (Northern Ireland).
-
metro
The metro area where the health event is located.
Metro indicates a metropolitan region in the United States, such as the region around New York City. In non-US countries, this is a second-level subdivision. For example, in the United Kingdom, it could be a county, a London borough, a unitary authority, council area, and so on.
- Returns:
- The metro area where the health event is located.
Metro indicates a metropolitan region in the United States, such as the region around New York City. In non-US countries, this is a second-level subdivision. For example, in the United Kingdom, it could be a county, a London borough, a unitary authority, council area, and so on.
-
city
The name of the city where the health event is located.
- Returns:
- The name of the city where the health event is located.
-
latitude
The latitude where the health event is located.
- Returns:
- The latitude where the health event is located.
-
longitude
The longitude where the health event is located.
- Returns:
- The longitude where the health event is located.
-
countryCode
The country code where the health event is located. The ISO 3166-2 codes for the country is provided, when available.
- Returns:
- The country code where the health event is located. The ISO 3166-2 codes for the country is provided, when available.
-
subdivisionCode
The subdivision code where the health event is located. The ISO 3166-2 codes for country subdivisions is provided, when available.
- Returns:
- The subdivision code where the health event is located. The ISO 3166-2 codes for country subdivisions is provided, when available.
-
serviceLocation
The service location where the health event is located.
- Returns:
- The service location where the health event is located.
-
status
The status of the health event at an impacted location.
If the service returns an enum value that is not available in the current SDK version,
status
will returnHealthEventStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromstatusAsString()
.- Returns:
- The status of the health event at an impacted location.
- See Also:
-
statusAsString
The status of the health event at an impacted location.
If the service returns an enum value that is not available in the current SDK version,
status
will returnHealthEventStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromstatusAsString()
.- Returns:
- The status of the health event at an impacted location.
- See Also:
-
causedBy
The cause of the impairment. There are two types of network impairments: Amazon Web Services network issues or internet issues. Internet issues are typically a problem with a network provider, like an internet service provider (ISP).
- Returns:
- The cause of the impairment. There are two types of network impairments: Amazon Web Services network issues or internet issues. Internet issues are typically a problem with a network provider, like an internet service provider (ISP).
-
internetHealth
The calculated health at a specific location.
- Returns:
- The calculated health at a specific location.
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<ImpactedLocation.Builder,
ImpactedLocation> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-