@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMonitorResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetMonitorResult() |
Modifier and Type | Method and Description |
---|---|
GetMonitorResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetMonitorResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
GetMonitorResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The time when the monitor was created.
|
HealthEventsConfig |
getHealthEventsConfig()
The list of health event threshold configurations.
|
InternetMeasurementsLogDelivery |
getInternetMeasurementsLogDelivery()
Publish internet measurements for Internet Monitor to another location, such as an Amazon S3 bucket.
|
Integer |
getMaxCityNetworksToMonitor()
The maximum number of city-networks to monitor for your resources.
|
Date |
getModifiedAt()
The last time that the monitor was modified.
|
String |
getMonitorArn()
The Amazon Resource Name (ARN) of the monitor.
|
String |
getMonitorName()
The name of the monitor.
|
String |
getProcessingStatus()
The health of the data processing for the monitor.
|
String |
getProcessingStatusInfo()
Additional information about the health of the data processing for the monitor.
|
List<String> |
getResources()
The resources monitored by the monitor.
|
String |
getStatus()
The status of the monitor.
|
Map<String,String> |
getTags()
The tags that have been added to monitor.
|
Integer |
getTrafficPercentageToMonitor()
The percentage of the internet-facing traffic for your application to monitor with this monitor.
|
int |
hashCode() |
void |
setCreatedAt(Date createdAt)
The time when the monitor was created.
|
void |
setHealthEventsConfig(HealthEventsConfig healthEventsConfig)
The list of health event threshold configurations.
|
void |
setInternetMeasurementsLogDelivery(InternetMeasurementsLogDelivery internetMeasurementsLogDelivery)
Publish internet measurements for Internet Monitor to another location, such as an Amazon S3 bucket.
|
void |
setMaxCityNetworksToMonitor(Integer maxCityNetworksToMonitor)
The maximum number of city-networks to monitor for your resources.
|
void |
setModifiedAt(Date modifiedAt)
The last time that the monitor was modified.
|
void |
setMonitorArn(String monitorArn)
The Amazon Resource Name (ARN) of the monitor.
|
void |
setMonitorName(String monitorName)
The name of the monitor.
|
void |
setProcessingStatus(String processingStatus)
The health of the data processing for the monitor.
|
void |
setProcessingStatusInfo(String processingStatusInfo)
Additional information about the health of the data processing for the monitor.
|
void |
setResources(Collection<String> resources)
The resources monitored by the monitor.
|
void |
setStatus(String status)
The status of the monitor.
|
void |
setTags(Map<String,String> tags)
The tags that have been added to monitor.
|
void |
setTrafficPercentageToMonitor(Integer trafficPercentageToMonitor)
The percentage of the internet-facing traffic for your application to monitor with this monitor.
|
String |
toString()
Returns a string representation of this object.
|
GetMonitorResult |
withCreatedAt(Date createdAt)
The time when the monitor was created.
|
GetMonitorResult |
withHealthEventsConfig(HealthEventsConfig healthEventsConfig)
The list of health event threshold configurations.
|
GetMonitorResult |
withInternetMeasurementsLogDelivery(InternetMeasurementsLogDelivery internetMeasurementsLogDelivery)
Publish internet measurements for Internet Monitor to another location, such as an Amazon S3 bucket.
|
GetMonitorResult |
withMaxCityNetworksToMonitor(Integer maxCityNetworksToMonitor)
The maximum number of city-networks to monitor for your resources.
|
GetMonitorResult |
withModifiedAt(Date modifiedAt)
The last time that the monitor was modified.
|
GetMonitorResult |
withMonitorArn(String monitorArn)
The Amazon Resource Name (ARN) of the monitor.
|
GetMonitorResult |
withMonitorName(String monitorName)
The name of the monitor.
|
GetMonitorResult |
withProcessingStatus(MonitorProcessingStatusCode processingStatus)
The health of the data processing for the monitor.
|
GetMonitorResult |
withProcessingStatus(String processingStatus)
The health of the data processing for the monitor.
|
GetMonitorResult |
withProcessingStatusInfo(String processingStatusInfo)
Additional information about the health of the data processing for the monitor.
|
GetMonitorResult |
withResources(Collection<String> resources)
The resources monitored by the monitor.
|
GetMonitorResult |
withResources(String... resources)
The resources monitored by the monitor.
|
GetMonitorResult |
withStatus(MonitorConfigState status)
The status of the monitor.
|
GetMonitorResult |
withStatus(String status)
The status of the monitor.
|
GetMonitorResult |
withTags(Map<String,String> tags)
The tags that have been added to monitor.
|
GetMonitorResult |
withTrafficPercentageToMonitor(Integer trafficPercentageToMonitor)
The percentage of the internet-facing traffic for your application to monitor with this monitor.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setMonitorName(String monitorName)
The name of the monitor.
monitorName
- The name of the monitor.public String getMonitorName()
The name of the monitor.
public GetMonitorResult withMonitorName(String monitorName)
The name of the monitor.
monitorName
- The name of the monitor.public void setMonitorArn(String monitorArn)
The Amazon Resource Name (ARN) of the monitor.
monitorArn
- The Amazon Resource Name (ARN) of the monitor.public String getMonitorArn()
The Amazon Resource Name (ARN) of the monitor.
public GetMonitorResult withMonitorArn(String monitorArn)
The Amazon Resource Name (ARN) of the monitor.
monitorArn
- The Amazon Resource Name (ARN) of the monitor.public List<String> getResources()
The resources monitored by the monitor. Resources are listed by their Amazon Resource Names (ARNs).
public void setResources(Collection<String> resources)
The resources monitored by the monitor. Resources are listed by their Amazon Resource Names (ARNs).
resources
- The resources monitored by the monitor. Resources are listed by their Amazon Resource Names (ARNs).public GetMonitorResult withResources(String... resources)
The resources monitored by the monitor. Resources are listed by their Amazon Resource Names (ARNs).
NOTE: This method appends the values to the existing list (if any). Use
setResources(java.util.Collection)
or withResources(java.util.Collection)
if you want to
override the existing values.
resources
- The resources monitored by the monitor. Resources are listed by their Amazon Resource Names (ARNs).public GetMonitorResult withResources(Collection<String> resources)
The resources monitored by the monitor. Resources are listed by their Amazon Resource Names (ARNs).
resources
- The resources monitored by the monitor. Resources are listed by their Amazon Resource Names (ARNs).public void setStatus(String status)
The status of the monitor.
status
- The status of the monitor.MonitorConfigState
public String getStatus()
The status of the monitor.
MonitorConfigState
public GetMonitorResult withStatus(String status)
The status of the monitor.
status
- The status of the monitor.MonitorConfigState
public GetMonitorResult withStatus(MonitorConfigState status)
The status of the monitor.
status
- The status of the monitor.MonitorConfigState
public void setCreatedAt(Date createdAt)
The time when the monitor was created.
createdAt
- The time when the monitor was created.public Date getCreatedAt()
The time when the monitor was created.
public GetMonitorResult withCreatedAt(Date createdAt)
The time when the monitor was created.
createdAt
- The time when the monitor was created.public void setModifiedAt(Date modifiedAt)
The last time that the monitor was modified.
modifiedAt
- The last time that the monitor was modified.public Date getModifiedAt()
The last time that the monitor was modified.
public GetMonitorResult withModifiedAt(Date modifiedAt)
The last time that the monitor was modified.
modifiedAt
- The last time that the monitor was modified.public void setProcessingStatus(String processingStatus)
The health of the data processing for the monitor.
processingStatus
- The health of the data processing for the monitor.MonitorProcessingStatusCode
public String getProcessingStatus()
The health of the data processing for the monitor.
MonitorProcessingStatusCode
public GetMonitorResult withProcessingStatus(String processingStatus)
The health of the data processing for the monitor.
processingStatus
- The health of the data processing for the monitor.MonitorProcessingStatusCode
public GetMonitorResult withProcessingStatus(MonitorProcessingStatusCode processingStatus)
The health of the data processing for the monitor.
processingStatus
- The health of the data processing for the monitor.MonitorProcessingStatusCode
public void setProcessingStatusInfo(String processingStatusInfo)
Additional information about the health of the data processing for the monitor.
processingStatusInfo
- Additional information about the health of the data processing for the monitor.public String getProcessingStatusInfo()
Additional information about the health of the data processing for the monitor.
public GetMonitorResult withProcessingStatusInfo(String processingStatusInfo)
Additional information about the health of the data processing for the monitor.
processingStatusInfo
- Additional information about the health of the data processing for the monitor.public Map<String,String> getTags()
The tags that have been added to monitor.
public void setTags(Map<String,String> tags)
The tags that have been added to monitor.
tags
- The tags that have been added to monitor.public GetMonitorResult withTags(Map<String,String> tags)
The tags that have been added to monitor.
tags
- The tags that have been added to monitor.public GetMonitorResult addTagsEntry(String key, String value)
public GetMonitorResult clearTagsEntries()
public void setMaxCityNetworksToMonitor(Integer maxCityNetworksToMonitor)
The maximum number of city-networks to monitor for your resources. A city-network is the location (city) where clients access your application resources from and the ASN or network provider, such as an internet service provider (ISP), that clients access the resources through. This limit can help control billing costs.
To learn more, see Choosing a city-network maximum value in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
maxCityNetworksToMonitor
- The maximum number of city-networks to monitor for your resources. A city-network is the location (city)
where clients access your application resources from and the ASN or network provider, such as an internet
service provider (ISP), that clients access the resources through. This limit can help control billing
costs.
To learn more, see Choosing a city-network maximum value in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
public Integer getMaxCityNetworksToMonitor()
The maximum number of city-networks to monitor for your resources. A city-network is the location (city) where clients access your application resources from and the ASN or network provider, such as an internet service provider (ISP), that clients access the resources through. This limit can help control billing costs.
To learn more, see Choosing a city-network maximum value in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
To learn more, see Choosing a city-network maximum value in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
public GetMonitorResult withMaxCityNetworksToMonitor(Integer maxCityNetworksToMonitor)
The maximum number of city-networks to monitor for your resources. A city-network is the location (city) where clients access your application resources from and the ASN or network provider, such as an internet service provider (ISP), that clients access the resources through. This limit can help control billing costs.
To learn more, see Choosing a city-network maximum value in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
maxCityNetworksToMonitor
- The maximum number of city-networks to monitor for your resources. A city-network is the location (city)
where clients access your application resources from and the ASN or network provider, such as an internet
service provider (ISP), that clients access the resources through. This limit can help control billing
costs.
To learn more, see Choosing a city-network maximum value in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
public void setInternetMeasurementsLogDelivery(InternetMeasurementsLogDelivery internetMeasurementsLogDelivery)
Publish internet measurements for Internet Monitor to another location, such as an Amazon S3 bucket. The measurements are also published to Amazon CloudWatch Logs.
internetMeasurementsLogDelivery
- Publish internet measurements for Internet Monitor to another location, such as an Amazon S3 bucket. The
measurements are also published to Amazon CloudWatch Logs.public InternetMeasurementsLogDelivery getInternetMeasurementsLogDelivery()
Publish internet measurements for Internet Monitor to another location, such as an Amazon S3 bucket. The measurements are also published to Amazon CloudWatch Logs.
public GetMonitorResult withInternetMeasurementsLogDelivery(InternetMeasurementsLogDelivery internetMeasurementsLogDelivery)
Publish internet measurements for Internet Monitor to another location, such as an Amazon S3 bucket. The measurements are also published to Amazon CloudWatch Logs.
internetMeasurementsLogDelivery
- Publish internet measurements for Internet Monitor to another location, such as an Amazon S3 bucket. The
measurements are also published to Amazon CloudWatch Logs.public void setTrafficPercentageToMonitor(Integer trafficPercentageToMonitor)
The percentage of the internet-facing traffic for your application to monitor with this monitor. If you set a city-networks maximum, that limit overrides the traffic percentage that you set.
To learn more, see Choosing an application traffic percentage to monitor in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
trafficPercentageToMonitor
- The percentage of the internet-facing traffic for your application to monitor with this monitor. If you
set a city-networks maximum, that limit overrides the traffic percentage that you set.
To learn more, see Choosing an application traffic percentage to monitor in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
public Integer getTrafficPercentageToMonitor()
The percentage of the internet-facing traffic for your application to monitor with this monitor. If you set a city-networks maximum, that limit overrides the traffic percentage that you set.
To learn more, see Choosing an application traffic percentage to monitor in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
To learn more, see Choosing an application traffic percentage to monitor in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
public GetMonitorResult withTrafficPercentageToMonitor(Integer trafficPercentageToMonitor)
The percentage of the internet-facing traffic for your application to monitor with this monitor. If you set a city-networks maximum, that limit overrides the traffic percentage that you set.
To learn more, see Choosing an application traffic percentage to monitor in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
trafficPercentageToMonitor
- The percentage of the internet-facing traffic for your application to monitor with this monitor. If you
set a city-networks maximum, that limit overrides the traffic percentage that you set.
To learn more, see Choosing an application traffic percentage to monitor in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
public void setHealthEventsConfig(HealthEventsConfig healthEventsConfig)
The list of health event threshold configurations. The threshold percentage for a health score determines, along with other configuration information, when Internet Monitor creates a health event when there's an internet issue that affects your application end users.
For more information, see Change health event thresholds in the Internet Monitor section of the CloudWatch User Guide.
healthEventsConfig
- The list of health event threshold configurations. The threshold percentage for a health score determines,
along with other configuration information, when Internet Monitor creates a health event when there's an
internet issue that affects your application end users.
For more information, see Change health event thresholds in the Internet Monitor section of the CloudWatch User Guide.
public HealthEventsConfig getHealthEventsConfig()
The list of health event threshold configurations. The threshold percentage for a health score determines, along with other configuration information, when Internet Monitor creates a health event when there's an internet issue that affects your application end users.
For more information, see Change health event thresholds in the Internet Monitor section of the CloudWatch User Guide.
For more information, see Change health event thresholds in the Internet Monitor section of the CloudWatch User Guide.
public GetMonitorResult withHealthEventsConfig(HealthEventsConfig healthEventsConfig)
The list of health event threshold configurations. The threshold percentage for a health score determines, along with other configuration information, when Internet Monitor creates a health event when there's an internet issue that affects your application end users.
For more information, see Change health event thresholds in the Internet Monitor section of the CloudWatch User Guide.
healthEventsConfig
- The list of health event threshold configurations. The threshold percentage for a health score determines,
along with other configuration information, when Internet Monitor creates a health event when there's an
internet issue that affects your application end users.
For more information, see Change health event thresholds in the Internet Monitor section of the CloudWatch User Guide.
public String toString()
toString
in class Object
Object.toString()
public GetMonitorResult clone()