@Generated(value="software.amazon.awssdk:codegen") public final class BatchGetRumMetricDefinitionsRequest extends RumRequest implements ToCopyableBuilder<BatchGetRumMetricDefinitionsRequest.Builder,BatchGetRumMetricDefinitionsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchGetRumMetricDefinitionsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
appMonitorName()
The name of the CloudWatch RUM app monitor that is sending the metrics.
|
static BatchGetRumMetricDefinitionsRequest.Builder |
builder() |
MetricDestination |
destination()
The type of destination that you want to view metrics for.
|
String |
destinationArn()
This parameter is required if
Destination is Evidently. |
String |
destinationAsString()
The type of destination that you want to view metrics for.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of results to return in one operation.
|
String |
nextToken()
Use the token returned by the previous operation to request the next page of results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchGetRumMetricDefinitionsRequest.Builder> |
serializableBuilderClass() |
BatchGetRumMetricDefinitionsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String appMonitorName()
The name of the CloudWatch RUM app monitor that is sending the metrics.
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().
CloudWatch and
Evidently.MetricDestinationpublic 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().
CloudWatch and
Evidently.MetricDestinationpublic 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.
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.
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.
To retrieve the remaining results, make another call with the returned NextToken value.
public final String nextToken()
Use the token returned by the previous operation to request the next page of results.
public BatchGetRumMetricDefinitionsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchGetRumMetricDefinitionsRequest.Builder,BatchGetRumMetricDefinitionsRequest>toBuilder in class RumRequestpublic static BatchGetRumMetricDefinitionsRequest.Builder builder()
public static Class<? extends BatchGetRumMetricDefinitionsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.