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 StringasName()The name of the network at an impacted location.final LongasNumber()The Autonomous System Number (ASN) of the network at an impacted location.static ImpactedLocation.Builderbuilder()final NetworkImpairmentcausedBy()The cause of the impairment.final Stringcity()The name of the city where the health event is located.final Stringcountry()The name of the country where the health event is located.final StringThe country code where the health event is located.final booleanfinal booleanequalsBySdkFields(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 inthashCode()final InternetHealthThe calculated health at a specific location.final Doublelatitude()The latitude where the health event is located.final DoubleThe longitude where the health event is located.final Stringmetro()The metro area where the health event is located.static Class<? extends ImpactedLocation.Builder> final StringThe service location where the health event is located.final HealthEventStatusstatus()The status of the health event at an impacted location.final StringThe status of the health event at an impacted location.final StringThe subdivision location where the health event is located.final StringThe 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 StringtoString()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,
statuswill 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,
statuswill 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:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
 toBuilderin interfaceToCopyableBuilder<ImpactedLocation.Builder,ImpactedLocation> - Returns:
 - a builder for type T
 
 - 
builder
 - 
serializableBuilderClass
 - 
hashCode
public final int hashCode() - 
equals
 - 
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
 equalsBySdkFieldsin 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
 
 -