Class ScheduledInstance
java.lang.Object
software.amazon.awssdk.services.ec2.model.ScheduledInstance
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ScheduledInstance.Builder,ScheduledInstance>
@Generated("software.amazon.awssdk:codegen")
public final class ScheduledInstance
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<ScheduledInstance.Builder,ScheduledInstance>
Describes a Scheduled Instance.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe Availability Zone.static ScheduledInstance.Builderbuilder()final InstantThe date when the Scheduled Instance was purchased.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe hourly price for a single instance.final IntegerThe number of instances.final StringThe instance type.final StringThe network platform.final InstantThe time for the next schedule to start.final Stringplatform()The platform (Linux/UNIXorWindows).final InstantThe time that the previous schedule ended or will end.The schedule recurrence.final StringThe Scheduled Instance ID.static Class<? extends ScheduledInstance.Builder>final IntegerThe number of hours in the schedule.final InstantThe end date for the Scheduled Instance.final InstantThe start date for the Scheduled Instance.final StringtoString()Returns a string representation of this object.final IntegerThe total number of hours for a single instance for the entire term.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
-
availabilityZone
The Availability Zone.
- Returns:
- The Availability Zone.
-
createDate
The date when the Scheduled Instance was purchased.
- Returns:
- The date when the Scheduled Instance was purchased.
-
hourlyPrice
The hourly price for a single instance.
- Returns:
- The hourly price for a single instance.
-
instanceCount
The number of instances.
- Returns:
- The number of instances.
-
instanceType
The instance type.
- Returns:
- The instance type.
-
networkPlatform
The network platform.
- Returns:
- The network platform.
-
nextSlotStartTime
The time for the next schedule to start.
- Returns:
- The time for the next schedule to start.
-
platform
The platform (
Linux/UNIXorWindows).- Returns:
- The platform (
Linux/UNIXorWindows).
-
previousSlotEndTime
The time that the previous schedule ended or will end.
- Returns:
- The time that the previous schedule ended or will end.
-
recurrence
The schedule recurrence.
- Returns:
- The schedule recurrence.
-
scheduledInstanceId
The Scheduled Instance ID.
- Returns:
- The Scheduled Instance ID.
-
slotDurationInHours
The number of hours in the schedule.
- Returns:
- The number of hours in the schedule.
-
termEndDate
The end date for the Scheduled Instance.
- Returns:
- The end date for the Scheduled Instance.
-
termStartDate
The start date for the Scheduled Instance.
- Returns:
- The start date for the Scheduled Instance.
-
totalScheduledInstanceHours
The total number of hours for a single instance for the entire term.
- Returns:
- The total number of hours for a single instance for the entire term.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ScheduledInstance.Builder,ScheduledInstance>
-
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
-