Class ReservedInstancesModificationResult
- All Implemented Interfaces:
Serializable, Cloneable
Describes the modification request/s.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe ID for the Reserved Instances that were created as part of the modification request.The target Reserved Instances configurations supplied as part of the modification request.inthashCode()voidsetReservedInstancesId(String reservedInstancesId) The ID for the Reserved Instances that were created as part of the modification request.voidsetTargetConfiguration(ReservedInstancesConfiguration targetConfiguration) The target Reserved Instances configurations supplied as part of the modification request.toString()Returns a string representation of this object; useful for testing and debugging.withReservedInstancesId(String reservedInstancesId) The ID for the Reserved Instances that were created as part of the modification request.withTargetConfiguration(ReservedInstancesConfiguration targetConfiguration) The target Reserved Instances configurations supplied as part of the modification request.
-
Constructor Details
-
ReservedInstancesModificationResult
public ReservedInstancesModificationResult()
-
-
Method Details
-
setReservedInstancesId
The ID for the Reserved Instances that were created as part of the modification request. This field is only available when the modification is fulfilled.
- Parameters:
reservedInstancesId- The ID for the Reserved Instances that were created as part of the modification request. This field is only available when the modification is fulfilled.
-
getReservedInstancesId
The ID for the Reserved Instances that were created as part of the modification request. This field is only available when the modification is fulfilled.
- Returns:
- The ID for the Reserved Instances that were created as part of the modification request. This field is only available when the modification is fulfilled.
-
withReservedInstancesId
The ID for the Reserved Instances that were created as part of the modification request. This field is only available when the modification is fulfilled.
- Parameters:
reservedInstancesId- The ID for the Reserved Instances that were created as part of the modification request. This field is only available when the modification is fulfilled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTargetConfiguration
The target Reserved Instances configurations supplied as part of the modification request.
- Parameters:
targetConfiguration- The target Reserved Instances configurations supplied as part of the modification request.
-
getTargetConfiguration
The target Reserved Instances configurations supplied as part of the modification request.
- Returns:
- The target Reserved Instances configurations supplied as part of the modification request.
-
withTargetConfiguration
public ReservedInstancesModificationResult withTargetConfiguration(ReservedInstancesConfiguration targetConfiguration) The target Reserved Instances configurations supplied as part of the modification request.
- Parameters:
targetConfiguration- The target Reserved Instances configurations supplied as part of the modification request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-