Class BatchGetRumMetricDefinitionsRequest

    • Method Detail

      • appMonitorName

        public final String appMonitorName()

        The name of the CloudWatch RUM app monitor that is sending the metrics.

        Returns:
        The name of the CloudWatch RUM app monitor that is sending the metrics.
      • destination

        public final MetricDestination destination()

        The type of destination that you want to view metrics for. Valid values are CloudWatch and Evidently.

        If the service returns an enum value that is not available in the current SDK version, destination will return MetricDestination.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from destinationAsString().

        Returns:
        The type of destination that you want to view metrics for. Valid values are CloudWatch and Evidently.
        See Also:
        MetricDestination
      • destinationAsString

        public final String destinationAsString()

        The type of destination that you want to view metrics for. Valid values are CloudWatch and Evidently.

        If the service returns an enum value that is not available in the current SDK version, destination will return MetricDestination.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from destinationAsString().

        Returns:
        The type of destination that you want to view metrics for. Valid values are CloudWatch and Evidently.
        See Also:
        MetricDestination
      • destinationArn

        public final String destinationArn()

        This parameter is required if Destination is Evidently. If Destination is CloudWatch, do not use this parameter.

        This parameter specifies the ARN of the Evidently experiment that corresponds to the destination.

        Returns:
        This parameter is required if Destination is Evidently. If Destination is CloudWatch, do not use this parameter.

        This parameter specifies the ARN of the Evidently experiment that corresponds to the destination.

      • maxResults

        public final Integer maxResults()

        The maximum number of results to return in one operation. The default is 50. The maximum that you can specify is 100.

        To retrieve the remaining results, make another call with the returned NextToken value.

        Returns:
        The maximum number of results to return in one operation. The default is 50. The maximum that you can specify is 100.

        To retrieve the remaining results, make another call with the returned NextToken value.

      • nextToken

        public final String nextToken()

        Use the token returned by the previous operation to request the next page of results.

        Returns:
        Use the token returned by the previous operation to request the next page of results.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object