@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetRumMetricDefinitionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
BatchGetRumMetricDefinitionsResult() |
Modifier and Type | Method and Description |
---|---|
BatchGetRumMetricDefinitionsResult |
clone() |
boolean |
equals(Object obj) |
List<MetricDefinition> |
getMetricDefinitions()
An array of structures that display information about the metrics that are sent by the specified app monitor to
the specified destination.
|
String |
getNextToken()
A token that you can use in a subsequent operation to retrieve the next set of results.
|
int |
hashCode() |
void |
setMetricDefinitions(Collection<MetricDefinition> metricDefinitions)
An array of structures that display information about the metrics that are sent by the specified app monitor to
the specified destination.
|
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.
|
BatchGetRumMetricDefinitionsResult |
withMetricDefinitions(Collection<MetricDefinition> metricDefinitions)
An array of structures that display information about the metrics that are sent by the specified app monitor to
the specified destination.
|
BatchGetRumMetricDefinitionsResult |
withMetricDefinitions(MetricDefinition... metricDefinitions)
An array of structures that display information about the metrics that are sent by the specified app monitor to
the specified destination.
|
BatchGetRumMetricDefinitionsResult |
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<MetricDefinition> getMetricDefinitions()
An array of structures that display information about the metrics that are sent by the specified app monitor to the specified destination.
public void setMetricDefinitions(Collection<MetricDefinition> metricDefinitions)
An array of structures that display information about the metrics that are sent by the specified app monitor to the specified destination.
metricDefinitions
- An array of structures that display information about the metrics that are sent by the specified app
monitor to the specified destination.public BatchGetRumMetricDefinitionsResult withMetricDefinitions(MetricDefinition... metricDefinitions)
An array of structures that display information about the metrics that are sent by the specified app monitor to the specified destination.
NOTE: This method appends the values to the existing list (if any). Use
setMetricDefinitions(java.util.Collection)
or withMetricDefinitions(java.util.Collection)
if
you want to override the existing values.
metricDefinitions
- An array of structures that display information about the metrics that are sent by the specified app
monitor to the specified destination.public BatchGetRumMetricDefinitionsResult withMetricDefinitions(Collection<MetricDefinition> metricDefinitions)
An array of structures that display information about the metrics that are sent by the specified app monitor to the specified destination.
metricDefinitions
- An array of structures that display information about the metrics that are sent by the specified app
monitor to the specified destination.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 BatchGetRumMetricDefinitionsResult 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 BatchGetRumMetricDefinitionsResult clone()