Class DataQuery
- java.lang.Object
-
- software.amazon.awssdk.services.ec2.model.DataQuery
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DataQuery.Builder,DataQuery>
@Generated("software.amazon.awssdk:codegen") public final class DataQuery extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataQuery.Builder,DataQuery>
A query used for retrieving network health data.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDataQuery.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DataQuery.Builderbuilder()Stringdestination()The Region or Availability Zone that's the target for the data query.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()A user-defined ID associated with a data query that's returned in thedataResponseidentifying the query.MetricTypemetric()The metric used for the network performance request.StringmetricAsString()The metric used for the network performance request.PeriodTypeperiod()The aggregation period used for the data query.StringperiodAsString()The aggregation period used for the data query.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DataQuery.Builder>serializableBuilderClass()Stringsource()The Region or Availability Zone that's the source for the data query.StatisticTypestatistic()The metric data aggregation period,p50, between the specifiedstartDateandendDate.StringstatisticAsString()The metric data aggregation period,p50, between the specifiedstartDateandendDate.DataQuery.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
id
public final String id()
A user-defined ID associated with a data query that's returned in the
dataResponseidentifying the query. For example, if you set the Id toMyQuery01in the query, thedataResponseidentifies the query asMyQuery01.- Returns:
- A user-defined ID associated with a data query that's returned in the
dataResponseidentifying the query. For example, if you set the Id toMyQuery01in the query, thedataResponseidentifies the query asMyQuery01.
-
source
public final String source()
The Region or Availability Zone that's the source for the data query. For example,
us-east-1.- Returns:
- The Region or Availability Zone that's the source for the data query. For example,
us-east-1.
-
destination
public final String destination()
The Region or Availability Zone that's the target for the data query. For example,
eu-north-1.- Returns:
- The Region or Availability Zone that's the target for the data query. For example,
eu-north-1.
-
metric
public final MetricType metric()
The metric used for the network performance request.
If the service returns an enum value that is not available in the current SDK version,
metricwill returnMetricType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommetricAsString().- Returns:
- The metric used for the network performance request.
- See Also:
MetricType
-
metricAsString
public final String metricAsString()
The metric used for the network performance request.
If the service returns an enum value that is not available in the current SDK version,
metricwill returnMetricType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommetricAsString().- Returns:
- The metric used for the network performance request.
- See Also:
MetricType
-
statistic
public final StatisticType statistic()
The metric data aggregation period,
p50, between the specifiedstartDateandendDate. For example, a metric offive_minutesis the median of all the data points gathered within those five minutes.p50is the only supported metric.If the service returns an enum value that is not available in the current SDK version,
statisticwill returnStatisticType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatisticAsString().- Returns:
- The metric data aggregation period,
p50, between the specifiedstartDateandendDate. For example, a metric offive_minutesis the median of all the data points gathered within those five minutes.p50is the only supported metric. - See Also:
StatisticType
-
statisticAsString
public final String statisticAsString()
The metric data aggregation period,
p50, between the specifiedstartDateandendDate. For example, a metric offive_minutesis the median of all the data points gathered within those five minutes.p50is the only supported metric.If the service returns an enum value that is not available in the current SDK version,
statisticwill returnStatisticType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatisticAsString().- Returns:
- The metric data aggregation period,
p50, between the specifiedstartDateandendDate. For example, a metric offive_minutesis the median of all the data points gathered within those five minutes.p50is the only supported metric. - See Also:
StatisticType
-
period
public final PeriodType period()
The aggregation period used for the data query.
If the service returns an enum value that is not available in the current SDK version,
periodwill returnPeriodType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromperiodAsString().- Returns:
- The aggregation period used for the data query.
- See Also:
PeriodType
-
periodAsString
public final String periodAsString()
The aggregation period used for the data query.
If the service returns an enum value that is not available in the current SDK version,
periodwill returnPeriodType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromperiodAsString().- Returns:
- The aggregation period used for the data query.
- See Also:
PeriodType
-
toBuilder
public DataQuery.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DataQuery.Builder,DataQuery>
-
builder
public static DataQuery.Builder builder()
-
serializableBuilderClass
public static Class<? extends DataQuery.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-