@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.
|
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 that have been added for the monitor.
|
String |
getStatus()
The status of the monitor.
|
Map<String,String> |
getTags()
The tags that have been added to monitor.
|
int |
hashCode() |
void |
setCreatedAt(Date createdAt)
The time when the monitor was created.
|
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 that have been added for 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.
|
String |
toString()
Returns a string representation of this object.
|
GetMonitorResult |
withCreatedAt(Date createdAt)
The time when the monitor was created.
|
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 that have been added for the monitor.
|
GetMonitorResult |
withResources(String... resources)
The resources that have been added for 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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 that have been added for the monitor. Resources are listed by their Amazon Resource Names (ARNs).
public void setResources(Collection<String> resources)
The resources that have been added for the monitor. Resources are listed by their Amazon Resource Names (ARNs).
resources - The resources that have been added for the monitor. Resources are listed by their Amazon Resource Names
(ARNs).public GetMonitorResult withResources(String... resources)
The resources that have been added for 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 that have been added for the monitor. Resources are listed by their Amazon Resource Names
(ARNs).public GetMonitorResult withResources(Collection<String> resources)
The resources that have been added for the monitor. Resources are listed by their Amazon Resource Names (ARNs).
resources - The resources that have been added for 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.MonitorConfigStatepublic String getStatus()
The status of the monitor.
MonitorConfigStatepublic GetMonitorResult withStatus(String status)
The status of the monitor.
status - The status of the monitor.MonitorConfigStatepublic GetMonitorResult withStatus(MonitorConfigState status)
The status of the monitor.
status - The status of the monitor.MonitorConfigStatepublic 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.MonitorProcessingStatusCodepublic String getProcessingStatus()
The health of the data processing for the monitor.
MonitorProcessingStatusCodepublic GetMonitorResult withProcessingStatus(String processingStatus)
The health of the data processing for the monitor.
processingStatus - The health of the data processing for the monitor.MonitorProcessingStatusCodepublic GetMonitorResult withProcessingStatus(MonitorProcessingStatusCode processingStatus)
The health of the data processing for the monitor.
processingStatus - The health of the data processing for the monitor.MonitorProcessingStatusCodepublic 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 network or ASN, such as an internet service provider (ISP), that clients access the resources through. This limit helps 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 network or ASN, such as an internet service
provider (ISP), that clients access the resources through. This limit helps 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 network or ASN, such as an internet service provider (ISP), that clients access the resources through. This limit helps 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 network or ASN, such as an internet service provider (ISP), that clients access the resources through. This limit helps 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 network or ASN, such as an internet service
provider (ISP), that clients access the resources through. This limit helps 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 String toString()
toString in class ObjectObject.toString()public GetMonitorResult clone()