Class DeleteDataFlowDebugSessionRequest


  • public final class DeleteDataFlowDebugSessionRequest
    extends Object
    Request body structure for deleting data flow debug session.
    • Constructor Detail

      • DeleteDataFlowDebugSessionRequest

        public DeleteDataFlowDebugSessionRequest()
    • Method Detail

      • sessionId

        public String sessionId()
        Get the sessionId property: The ID of data flow debug session.
        Returns:
        the sessionId value.
      • withSessionId

        public DeleteDataFlowDebugSessionRequest withSessionId​(String sessionId)
        Set the sessionId property: The ID of data flow debug session.
        Parameters:
        sessionId - the sessionId value to set.
        Returns:
        the DeleteDataFlowDebugSessionRequest object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.