Class GetPredictiveScalingForecastRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.applicationautoscaling.model.ApplicationAutoScalingRequest
-
- software.amazon.awssdk.services.applicationautoscaling.model.GetPredictiveScalingForecastRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetPredictiveScalingForecastRequest.Builder,GetPredictiveScalingForecastRequest>
@Generated("software.amazon.awssdk:codegen") public final class GetPredictiveScalingForecastRequest extends ApplicationAutoScalingRequest implements ToCopyableBuilder<GetPredictiveScalingForecastRequest.Builder,GetPredictiveScalingForecastRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetPredictiveScalingForecastRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetPredictiveScalingForecastRequest.Builderbuilder()InstantendTime()The exclusive end time of the time range for the forecast data to get.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringpolicyName()The name of the policy.StringresourceId()The identifier of the resource.ScalableDimensionscalableDimension()The scalable dimension.StringscalableDimensionAsString()The scalable dimension.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends GetPredictiveScalingForecastRequest.Builder>serializableBuilderClass()ServiceNamespaceserviceNamespace()The namespace of the Amazon Web Services service that provides the resource.StringserviceNamespaceAsString()The namespace of the Amazon Web Services service that provides the resource.InstantstartTime()The inclusive start time of the time range for the forecast data to get.GetPredictiveScalingForecastRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
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
-
serviceNamespace
public final ServiceNamespace serviceNamespace()
The namespace of the Amazon Web Services service that provides the resource. For a resource provided by your own application or service, use
custom-resourceinstead.If the service returns an enum value that is not available in the current SDK version,
serviceNamespacewill returnServiceNamespace.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromserviceNamespaceAsString().- Returns:
- The namespace of the Amazon Web Services service that provides the resource. For a resource provided by
your own application or service, use
custom-resourceinstead. - See Also:
ServiceNamespace
-
serviceNamespaceAsString
public final String serviceNamespaceAsString()
The namespace of the Amazon Web Services service that provides the resource. For a resource provided by your own application or service, use
custom-resourceinstead.If the service returns an enum value that is not available in the current SDK version,
serviceNamespacewill returnServiceNamespace.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromserviceNamespaceAsString().- Returns:
- The namespace of the Amazon Web Services service that provides the resource. For a resource provided by
your own application or service, use
custom-resourceinstead. - See Also:
ServiceNamespace
-
resourceId
public final String resourceId()
The identifier of the resource.
- Returns:
- The identifier of the resource.
-
scalableDimension
public final ScalableDimension scalableDimension()
The scalable dimension.
If the service returns an enum value that is not available in the current SDK version,
scalableDimensionwill returnScalableDimension.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromscalableDimensionAsString().- Returns:
- The scalable dimension.
- See Also:
ScalableDimension
-
scalableDimensionAsString
public final String scalableDimensionAsString()
The scalable dimension.
If the service returns an enum value that is not available in the current SDK version,
scalableDimensionwill returnScalableDimension.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromscalableDimensionAsString().- Returns:
- The scalable dimension.
- See Also:
ScalableDimension
-
policyName
public final String policyName()
The name of the policy.
- Returns:
- The name of the policy.
-
startTime
public final Instant startTime()
The inclusive start time of the time range for the forecast data to get. At most, the date and time can be one year before the current date and time
- Returns:
- The inclusive start time of the time range for the forecast data to get. At most, the date and time can be one year before the current date and time
-
endTime
public final Instant endTime()
The exclusive end time of the time range for the forecast data to get. The maximum time duration between the start and end time is 30 days.
- Returns:
- The exclusive end time of the time range for the forecast data to get. The maximum time duration between the start and end time is 30 days.
-
toBuilder
public GetPredictiveScalingForecastRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetPredictiveScalingForecastRequest.Builder,GetPredictiveScalingForecastRequest>- Specified by:
toBuilderin classApplicationAutoScalingRequest
-
builder
public static GetPredictiveScalingForecastRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetPredictiveScalingForecastRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-