Class CapacityReservationSpecificationResponse
- java.lang.Object
-
- software.amazon.awssdk.services.ec2.model.CapacityReservationSpecificationResponse
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CapacityReservationSpecificationResponse.Builder,CapacityReservationSpecificationResponse>
@Generated("software.amazon.awssdk:codegen") public final class CapacityReservationSpecificationResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CapacityReservationSpecificationResponse.Builder,CapacityReservationSpecificationResponse>
Describes the instance's Capacity Reservation targeting preferences. The action returns the
capacityReservationPreferenceresponse element if the instance is configured to run in On-Demand capacity, or if it is configured in run in anyopenCapacity Reservation that has matching attributes (instance type, platform, Availability Zone). The action returns thecapacityReservationTargetresponse element if the instance explicily targets a specific Capacity Reservation or Capacity Reservation group.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCapacityReservationSpecificationResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CapacityReservationSpecificationResponse.Builderbuilder()CapacityReservationPreferencecapacityReservationPreference()Describes the instance's Capacity Reservation preferences.StringcapacityReservationPreferenceAsString()Describes the instance's Capacity Reservation preferences.CapacityReservationTargetResponsecapacityReservationTarget()Information about the targeted Capacity Reservation or Capacity Reservation group.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends CapacityReservationSpecificationResponse.Builder>serializableBuilderClass()CapacityReservationSpecificationResponse.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
-
capacityReservationPreference
public final CapacityReservationPreference capacityReservationPreference()
Describes the instance's Capacity Reservation preferences. Possible preferences include:
-
open- The instance can run in anyopenCapacity Reservation that has matching attributes (instance type, platform, Availability Zone). -
none- The instance avoids running in a Capacity Reservation even if one is available. The instance runs in On-Demand capacity.
If the service returns an enum value that is not available in the current SDK version,
capacityReservationPreferencewill returnCapacityReservationPreference.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcapacityReservationPreferenceAsString().- Returns:
- Describes the instance's Capacity Reservation preferences. Possible preferences include:
-
open- The instance can run in anyopenCapacity Reservation that has matching attributes (instance type, platform, Availability Zone). -
none- The instance avoids running in a Capacity Reservation even if one is available. The instance runs in On-Demand capacity.
-
- See Also:
CapacityReservationPreference
-
-
capacityReservationPreferenceAsString
public final String capacityReservationPreferenceAsString()
Describes the instance's Capacity Reservation preferences. Possible preferences include:
-
open- The instance can run in anyopenCapacity Reservation that has matching attributes (instance type, platform, Availability Zone). -
none- The instance avoids running in a Capacity Reservation even if one is available. The instance runs in On-Demand capacity.
If the service returns an enum value that is not available in the current SDK version,
capacityReservationPreferencewill returnCapacityReservationPreference.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcapacityReservationPreferenceAsString().- Returns:
- Describes the instance's Capacity Reservation preferences. Possible preferences include:
-
open- The instance can run in anyopenCapacity Reservation that has matching attributes (instance type, platform, Availability Zone). -
none- The instance avoids running in a Capacity Reservation even if one is available. The instance runs in On-Demand capacity.
-
- See Also:
CapacityReservationPreference
-
-
capacityReservationTarget
public final CapacityReservationTargetResponse capacityReservationTarget()
Information about the targeted Capacity Reservation or Capacity Reservation group.
- Returns:
- Information about the targeted Capacity Reservation or Capacity Reservation group.
-
toBuilder
public CapacityReservationSpecificationResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CapacityReservationSpecificationResponse.Builder,CapacityReservationSpecificationResponse>
-
builder
public static CapacityReservationSpecificationResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends CapacityReservationSpecificationResponse.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
-
-