@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAppMonitorsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListAppMonitorsResult() |
Modifier and Type | Method and Description |
---|---|
ListAppMonitorsResult |
clone() |
boolean |
equals(Object obj) |
List<AppMonitorSummary> |
getAppMonitorSummaries()
An array of structures that contain information about the returned app monitors.
|
String |
getNextToken()
A token that you can use in a subsequent operation to retrieve the next set of results.
|
int |
hashCode() |
void |
setAppMonitorSummaries(Collection<AppMonitorSummary> appMonitorSummaries)
An array of structures that contain information about the returned app monitors.
|
void |
setNextToken(String nextToken)
A token that you can use in a subsequent operation to retrieve the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListAppMonitorsResult |
withAppMonitorSummaries(AppMonitorSummary... appMonitorSummaries)
An array of structures that contain information about the returned app monitors.
|
ListAppMonitorsResult |
withAppMonitorSummaries(Collection<AppMonitorSummary> appMonitorSummaries)
An array of structures that contain information about the returned app monitors.
|
ListAppMonitorsResult |
withNextToken(String nextToken)
A token that you can use in a subsequent operation to retrieve the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<AppMonitorSummary> getAppMonitorSummaries()
An array of structures that contain information about the returned app monitors.
public void setAppMonitorSummaries(Collection<AppMonitorSummary> appMonitorSummaries)
An array of structures that contain information about the returned app monitors.
appMonitorSummaries
- An array of structures that contain information about the returned app monitors.public ListAppMonitorsResult withAppMonitorSummaries(AppMonitorSummary... appMonitorSummaries)
An array of structures that contain information about the returned app monitors.
NOTE: This method appends the values to the existing list (if any). Use
setAppMonitorSummaries(java.util.Collection)
or withAppMonitorSummaries(java.util.Collection)
if you want to override the existing values.
appMonitorSummaries
- An array of structures that contain information about the returned app monitors.public ListAppMonitorsResult withAppMonitorSummaries(Collection<AppMonitorSummary> appMonitorSummaries)
An array of structures that contain information about the returned app monitors.
appMonitorSummaries
- An array of structures that contain information about the returned app monitors.public void setNextToken(String nextToken)
A token that you can use in a subsequent operation to retrieve the next set of results.
nextToken
- A token that you can use in a subsequent operation to retrieve the next set of results.public String getNextToken()
A token that you can use in a subsequent operation to retrieve the next set of results.
public ListAppMonitorsResult withNextToken(String nextToken)
A token that you can use in a subsequent operation to retrieve the next set of results.
nextToken
- A token that you can use in a subsequent operation to retrieve the next set of results.public String toString()
toString
in class Object
Object.toString()
public ListAppMonitorsResult clone()