Class MoveCapacityReservationInstancesRequest

    • Method Detail

      • dryRun

        public final Boolean dryRun()

        Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

        Returns:
        Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
      • clientToken

        public final String clientToken()

        Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensure Idempotency.

        Returns:
        Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensure Idempotency.
      • sourceCapacityReservationId

        public final String sourceCapacityReservationId()

        The ID of the Capacity Reservation from which you want to move capacity.

        Returns:
        The ID of the Capacity Reservation from which you want to move capacity.
      • destinationCapacityReservationId

        public final String destinationCapacityReservationId()

        The ID of the Capacity Reservation that you want to move capacity into.

        Returns:
        The ID of the Capacity Reservation that you want to move capacity into.
      • instanceCount

        public final Integer instanceCount()

        The number of instances that you want to move from the source Capacity Reservation.

        Returns:
        The number of instances that you want to move from the source Capacity Reservation.
      • 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.
        Overrides:
        toString in class Object