@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.
|
Integer |
getMaxCityNetworksToMonitor()
The maximum number of city-network combinations (that is, combinations of a city location and network, such as an
ISP) to be monitored 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 |
setMaxCityNetworksToMonitor(Integer maxCityNetworksToMonitor)
The maximum number of city-network combinations (that is, combinations of a city location and network, such as an
ISP) to be monitored 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 |
withMaxCityNetworksToMonitor(Integer maxCityNetworksToMonitor)
The maximum number of city-network combinations (that is, combinations of a city location and network, such as an
ISP) to be monitored 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, 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 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.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-network combinations (that is, combinations of a city location and network, such as an ISP) to be monitored for your resources.
maxCityNetworksToMonitor
- The maximum number of city-network combinations (that is, combinations of a city location and network,
such as an ISP) to be monitored for your resources.public Integer getMaxCityNetworksToMonitor()
The maximum number of city-network combinations (that is, combinations of a city location and network, such as an ISP) to be monitored for your resources.
public GetMonitorResult withMaxCityNetworksToMonitor(Integer maxCityNetworksToMonitor)
The maximum number of city-network combinations (that is, combinations of a city location and network, such as an ISP) to be monitored for your resources.
maxCityNetworksToMonitor
- The maximum number of city-network combinations (that is, combinations of a city location and network,
such as an ISP) to be monitored for your resources.public String toString()
toString
in class Object
Object.toString()
public GetMonitorResult clone()