@Generated(value="software.amazon.awssdk:codegen") public final class UpdateMetricSetRequest extends LookoutMetricsRequest implements ToCopyableBuilder<UpdateMetricSetRequest.Builder,UpdateMetricSetRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateMetricSetRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateMetricSetRequest.Builder |
builder() |
List<MetricSetDimensionFilter> |
dimensionFilterList()
Describes a list of filters for choosing specific dimensions and specific values.
|
List<String> |
dimensionList()
The dimension list.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasDimensionFilterList()
For responses, this returns true if the service returned a value for the DimensionFilterList property.
|
boolean |
hasDimensionList()
For responses, this returns true if the service returned a value for the DimensionList property.
|
int |
hashCode() |
boolean |
hasMetricList()
For responses, this returns true if the service returned a value for the MetricList property.
|
List<Metric> |
metricList()
The metric list.
|
String |
metricSetArn()
The ARN of the dataset to update.
|
String |
metricSetDescription()
The dataset's description.
|
Frequency |
metricSetFrequency()
The dataset's interval.
|
String |
metricSetFrequencyAsString()
The dataset's interval.
|
MetricSource |
metricSource()
Returns the value of the MetricSource property for this object.
|
Integer |
offset()
After an interval ends, the amount of seconds that the detector waits before importing data.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateMetricSetRequest.Builder> |
serializableBuilderClass() |
TimestampColumn |
timestampColumn()
The timestamp column.
|
UpdateMetricSetRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String metricSetArn()
The ARN of the dataset to update.
public final String metricSetDescription()
The dataset's description.
public final boolean hasMetricList()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<Metric> metricList()
The metric list.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasMetricList() method.
public final Integer offset()
After an interval ends, the amount of seconds that the detector waits before importing data. Offset is only supported for S3, Redshift, Athena and datasources.
public final TimestampColumn timestampColumn()
The timestamp column.
public final boolean hasDimensionList()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> dimensionList()
The dimension list.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasDimensionList() method.
public final Frequency metricSetFrequency()
The dataset's interval.
If the service returns an enum value that is not available in the current SDK version,
metricSetFrequency will return Frequency.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from metricSetFrequencyAsString().
Frequencypublic final String metricSetFrequencyAsString()
The dataset's interval.
If the service returns an enum value that is not available in the current SDK version,
metricSetFrequency will return Frequency.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from metricSetFrequencyAsString().
Frequencypublic final MetricSource metricSource()
public final boolean hasDimensionFilterList()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<MetricSetDimensionFilter> dimensionFilterList()
Describes a list of filters for choosing specific dimensions and specific values. Each filter consists of the dimension and one of its values that you want to include. When multiple dimensions or values are specified, the dimensions are joined with an AND operation and the values are joined with an OR operation.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasDimensionFilterList() method.
public UpdateMetricSetRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateMetricSetRequest.Builder,UpdateMetricSetRequest>toBuilder in class LookoutMetricsRequestpublic static UpdateMetricSetRequest.Builder builder()
public static Class<? extends UpdateMetricSetRequest.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.