Class Subscription
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Subscription.Builder,Subscription>
Describes an Infrastructure Performance subscription.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Subscription.Builderbuilder()final StringThe Region or Availability Zone that's the target for the subscription.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final MetricTypemetric()The metric used for the subscription.final StringThe metric used for the subscription.final PeriodTypeperiod()The data aggregation time for the subscription.final StringThe data aggregation time for the subscription.static Class<? extends Subscription.Builder>final Stringsource()The Region or Availability Zone that's the source for the subscription.final StatisticTypeThe statistic used for the subscription.final StringThe statistic used for the subscription.final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
source
The Region or Availability Zone that's the source for the subscription. For example,
us-east-1.- Returns:
- The Region or Availability Zone that's the source for the subscription. For example,
us-east-1.
-
destination
The Region or Availability Zone that's the target for the subscription. For example,
eu-west-1.- Returns:
- The Region or Availability Zone that's the target for the subscription. For example,
eu-west-1.
-
metric
The metric used for the subscription.
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 subscription.
- See Also:
-
metricAsString
The metric used for the subscription.
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 subscription.
- See Also:
-
statistic
The statistic used for the subscription.
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 statistic used for the subscription.
- See Also:
-
statisticAsString
The statistic used for the subscription.
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 statistic used for the subscription.
- See Also:
-
period
The data aggregation time for the subscription.
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 data aggregation time for the subscription.
- See Also:
-
periodAsString
The data aggregation time for the subscription.
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 data aggregation time for the subscription.
- See Also:
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<Subscription.Builder,Subscription>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-