@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAppMonitorDataResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetAppMonitorDataResult() |
Modifier and Type | Method and Description |
---|---|
GetAppMonitorDataResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getEvents()
The events that RUM collected that match your request.
|
String |
getNextToken()
A token that you can use in a subsequent operation to retrieve the next set of results.
|
int |
hashCode() |
void |
setEvents(Collection<String> events)
The events that RUM collected that match your request.
|
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.
|
GetAppMonitorDataResult |
withEvents(Collection<String> events)
The events that RUM collected that match your request.
|
GetAppMonitorDataResult |
withEvents(String... events)
The events that RUM collected that match your request.
|
GetAppMonitorDataResult |
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<String> getEvents()
The events that RUM collected that match your request.
public void setEvents(Collection<String> events)
The events that RUM collected that match your request.
events
- The events that RUM collected that match your request.public GetAppMonitorDataResult withEvents(String... events)
The events that RUM collected that match your request.
NOTE: This method appends the values to the existing list (if any). Use
setEvents(java.util.Collection)
or withEvents(java.util.Collection)
if you want to override the
existing values.
events
- The events that RUM collected that match your request.public GetAppMonitorDataResult withEvents(Collection<String> events)
The events that RUM collected that match your request.
events
- The events that RUM collected that match your request.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 GetAppMonitorDataResult 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 GetAppMonitorDataResult clone()